]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: initialize internal `CURL_INCLUDES` variable
authorViktor Szakats <commit@vsz.me>
Tue, 27 Jan 2026 14:04:05 +0000 (15:04 +0100)
committerViktor Szakats <commit@vsz.me>
Tue, 27 Jan 2026 14:24:29 +0000 (15:24 +0100)
Closes #20451

CMakeLists.txt

index 5fd729f1bd6eafd5312910de7d2c12c30a28c364..755835ece3f00eebb21e93d87b0050a73b971a00 100644 (file)
@@ -1442,6 +1442,8 @@ if(WIN32)
   option(CURL_CA_SEARCH_SAFE "Enable safe CA bundle search (within the curl tool directory) on Windows" OFF)
 endif()
 
+set(CURL_INCLUDES "")
+
 # Check for header files
 if(WIN32)
   list(APPEND CURL_INCLUDES "winsock2.h")