mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
Negate BUILD_SHARED_LIBS
This commit is contained in:
parent
25a04acf11
commit
16840aa123
@ -47,7 +47,7 @@ if (WIN32)
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
|
||||
endif()
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
add_definitions(-DGLIBMM_STATIC_LIB -DGIOMM_STATIC_LIB)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user