]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: fix the help text to the static build option in CMakeLists.txt
authorMathias Fuchs <mathias@mathiasfuchs.com>
Wed, 13 Sep 2023 12:55:58 +0000 (14:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Sep 2023 21:38:36 +0000 (23:38 +0200)
Closes #11843

CMakeLists.txt

index bc42c6a628a4128cec243df296dd3b4d2a218d09..876e1294b5fb57a782e79bb8b03f8bd1473ab8ad 100644 (file)
@@ -102,7 +102,7 @@ option(CURL_WERROR "Turn compiler warnings into errors" OFF)
 option(PICKY_COMPILER "Enable picky compiler options" ON)
 option(BUILD_CURL_EXE "Set to ON to build curl executable." ON)
 option(BUILD_SHARED_LIBS "Build shared libraries" ON)
-option(BUILD_STATIC_LIBS "Build shared libraries" OFF)
+option(BUILD_STATIC_LIBS "Build static libraries" OFF)
 option(BUILD_STATIC_CURL "Build curl executable with static libcurl" OFF)
 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
 if(WIN32)