Switching MSVC to static link
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user