mirror of https://github.com/Icinga/icinga2.git
windows: Remove the flag to disable auto linking
This commit is contained in:
parent
ca67d7e963
commit
53bb10c2f2
|
@ -110,7 +110,8 @@ endif()
|
|||
|
||||
if(WIN32)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
add_definitions(-DBOOST_ALL_NO_LIB)
|
||||
# Disabled for linking issues for newer Boost versions, they link against Windows SDKs
|
||||
#add_definitions(-DBOOST_ALL_NO_LIB)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /bigobj")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue