Negate BUILD_SHARED_LIBS

This commit is contained in:
Griffin Downs 2019-06-06 15:51:46 -07:00
parent 25a04acf11
commit 16840aa123

View File

@ -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()