mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fixing description of option LINK_GCC_S
This commit is contained in:
parent
948a81f8be
commit
a7955e12fc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue