Skip to content

Commit

Permalink
Wrong boost path
Browse files Browse the repository at this point in the history
  • Loading branch information
anokl committed Dec 12, 2017
1 parent 8204831 commit 797ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/boost.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<!-- BOOST_HOME (or hard-coded path) should have a trailing '/' -->
<BoostRoot>C:/Dev/cpp2/lib/Boost/</BoostRoot>
<BoostRoot>$(BOOST_HOME)/</BoostRoot>
<BoostIncludePath>$(BoostRoot)</BoostIncludePath>
<BoostLibraryPath Condition="'$(BOOST_LIB_PATH)'=='' And '$(Platform)'=='Win32'">$(BoostRoot)lib\</BoostLibraryPath>
<BoostLibraryPath Condition="'$(BOOST_LIB_PATH)'=='' And '$(Platform)'=='x64'">$(BoostRoot)lib\vc141-x64\</BoostLibraryPath>
Expand Down

0 comments on commit 797ef87

Please sign in to comment.