1
0
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:
kakwa 2017-01-29 18:44:11 +01:00
parent 948a81f8be
commit a7955e12fc

View File

@ -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")