Skip to content

Commit

Permalink
win bld switched to Intel Compiler 15.0
Browse files Browse the repository at this point in the history
windows build is switched to build by Intel Compiler 15.0
to sync with environment used to build MPICH/CH4

Signed-off-by: soblomov <[email protected]>
  • Loading branch information
soblomov committed Jun 20, 2016
1 parent daf9cee commit 7b4ca5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libfabric.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>Intel C++ Compiler XE 13.0</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>Intel C++ Compiler XE 15.0</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>Intel C++ Compiler XE 13.0</PlatformToolset>
<PlatformToolset>Intel C++ Compiler XE 15.0</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down

0 comments on commit 7b4ca5d

Please sign in to comment.