From cc49f2aa3e630456fb9ffbd734db76cdc051d3c8 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 29 Jan 2017 18:44:11 +0100 Subject: [PATCH] fixing description of option LINK_GCC_S --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5c62cd..e9707d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")