mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
This commit is contained in:
commit
38a769dd31
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ZD_FASTMATH_FLAG}" )
|
||||||
#endif()
|
#endif()
|
||||||
|
|
||||||
# [ZDoom] Set always to OFF.
|
# [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.
|
# Check for GCC "visibility" support.
|
||||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||||
|
|
Loading…
Reference in a new issue