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
1 changed files with 1 additions and 1 deletions

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