]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: fix typo
authorChris Sauer <cpsauer@users.noreply.github.com>
Wed, 6 Dec 2023 09:16:36 +0000 (01:16 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Dec 2023 12:13:41 +0000 (13:13 +0100)
Follow-up to aace27b
Closes #12464

CMakeLists.txt

index a54c2fff921e67183e9a70dd54e3a5ba3ba89d7a..4042f001baa2ab0a02e82dc1aad6f4eb9f651676 100644 (file)
@@ -105,7 +105,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" ON)
 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)
-option(CURL_DISABLE_INSTALL "Set to ON to disable instalation targets" OFF)
+option(CURL_DISABLE_INSTALL "Set to ON to disable installation targets" OFF)
 
 if(WIN32)
   option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF)