mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
CMake: use dynamic linking for Boost
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ if (WIN32)
|
||||
if(MSVC)
|
||||
#MSVC: Fix problems with linking
|
||||
add_definitions(-DBOOST_ALL_NO_LIB)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
set(Boost_USE_STATIC_LIBS OFF)
|
||||
|
||||
#MSVC: Don't link with SDLMain
|
||||
set(SDL2_BUILDING_LIBRARY ON)
|
||||
|
||||
Reference in New Issue
Block a user