mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
cmake: fix the help text to the static build option in CMakeLists.txt
Closes #11843
This commit is contained in:
parent
9764bfc368
commit
adbb7a030d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue