Enabled building of GME static library by default

See https://forum.zdoom.org/viewtopic.php?t=54651
This commit is contained in:
alexey.lysiuk 2016-12-20 15:19:06 +02:00 committed by Christoph Oelckers
parent 9f6d8d2ba7
commit 1d77f1f72e
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)