cmake: fix the help text to the static build option in CMakeLists.txt
Closes #11843
This commit is contained in:
parent
9764bfc368
commit
adbb7a030d
@ -102,7 +102,7 @@ option(CURL_WERROR "Turn compiler warnings into errors" OFF)
|
|||||||
option(PICKY_COMPILER "Enable picky compiler options" ON)
|
option(PICKY_COMPILER "Enable picky compiler options" ON)
|
||||||
option(BUILD_CURL_EXE "Set to ON to build curl executable." ON)
|
option(BUILD_CURL_EXE "Set to ON to build curl executable." ON)
|
||||||
option(BUILD_SHARED_LIBS "Build shared libraries" 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(BUILD_STATIC_CURL "Build curl executable with static libcurl" OFF)
|
||||||
option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
|
option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user