Switching MSVC to static link

This commit is contained in:
Michael Tryby
2019-03-22 09:20:33 -04:00
parent 66c274c343
commit 84341c3237

View File

@@ -21,8 +21,8 @@ endif(UNIX)
IF(MSVC)
set(Boost_DEBUG OFF)
set(Boost_DETAILED_FAILURE_MSG OFF)
set(Boost_USE_STATIC_LIBS OFF)
add_definitions(-DBOOST_ALL_DYN_LINK)
set(Boost_USE_STATIC_LIBS ON)
# add_definitions(-DBOOST_ALL_DYN_LINK)
ENDIF(MSVC)
set(Boost_THREAD_FOUND OFF)