Skip to content

Commit

Permalink
No clue on this compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEady committed Dec 6, 2023
1 parent f6b0a09 commit 79c270b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ if (${windows})
set (BOOST_REGEX_LIB "${BOOST_STAGE_LIB_DIR}/libboost_regex.lib" )
set (BOOST_SYSTEM_LIB "${BOOST_STAGE_LIB_DIR}/libboost_system.lib" )
set (BOOST_THREAD_LIB "${BOOST_STAGE_LIB_DIR}/libboost_thread.lib" )
set (BOOST_CXX_FLAGS "/MT")
if (msvc)
set (BOOST_CXX_FLAGS "/MT")
endif()
else()
set (BOOST_CONFIGURE_COMMAND "./bootstrap.sh")
set (BOOST_BUILD_COMMAND "./b2")
Expand Down

0 comments on commit 79c270b

Please sign in to comment.