From 1d77f1f72eb015a4ec314535e3236e864cf086c4 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 20 Dec 2016 15:19:06 +0200 Subject: [PATCH] Enabled building of GME static library by default See https://forum.zdoom.org/viewtopic.php?t=54651 --- game-music-emu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-music-emu/CMakeLists.txt b/game-music-emu/CMakeLists.txt index c6472b690..0af4f24d8 100644 --- a/game-music-emu/CMakeLists.txt +++ b/game-music-emu/CMakeLists.txt @@ -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)