mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 13:14:31 +01:00
fixing description of option LINK_GCC_S
This commit is contained in:
parent
948a81f8be
commit
a7955e12fc
@ -10,7 +10,7 @@ option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)
|
||||
|
||||
option(STATIC "static linked binary" OFF)
|
||||
option(LINKDL "dynamicaly link dl" OFF)
|
||||
option(LINKDL "dynamicaly link gcc_s" OFF)
|
||||
option(LINK_GCC_S "dynamicaly link gcc_s" OFF)
|
||||
|
||||
IF(STATIC)
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
|
||||
|
Loading…
x
Reference in New Issue
Block a user