This commit is contained in:
Rachael Alexanderson 2016-12-20 12:11:53 -05:00
commit 38a769dd31
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ZD_FASTMATH_FLAG}" )
#endif()
# [ZDoom] Set always to OFF.
set(BUILD_SHARED_LIBS 0 BOOL "Build shared library (set to OFF for static library)")
set(BUILD_SHARED_LIBS OFF)
# Check for GCC "visibility" support.
if (CMAKE_COMPILER_IS_GNUCXX)