Skip to content

Commit

Permalink
Update ProjectBoost.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Jan 17, 2022
1 parent 6b4cc28 commit 4156735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ProjectBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(BOOST_CXXFLAGS "")
if (WIN32)
set(BOOST_BOOTSTRAP_COMMAND bootstrap.bat)
set(BOOST_BUILD_TOOL b2.exe)
set(BOOST_LIBRARY_SUFFIX -vc141-mt-x64-1_68.lib)
set(BOOST_LIBRARY_SUFFIX -vc142-mt-x64-1_76.lib)
elseif(EMSCRIPTEN)
set(BOOST_BOOTSTRAP_COMMAND ./bootstrap.sh)
set(BOOST_BUILD_TOOL ./b2 toolset=emscripten)
Expand Down Expand Up @@ -116,4 +116,4 @@ set_property(TARGET Boost::Serialization PROPERTY IMPORTED_LOCATION ${BOOST_LIB_
set_property(TARGET Boost::Serialization PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${BOOST_INCLUDE_DIR})
add_dependencies(Boost::Serialization boost)

unset(SOURCE_DIR)
unset(SOURCE_DIR)

0 comments on commit 4156735

Please sign in to comment.