summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-22 17:39:46 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-23 08:46:41 +0100
commit9108da2c26d18e927b91e33d3729d9cf0f3eb8fa (patch)
treed9f29cfac6b5e04e5348582029ea41f7c6301f06 /appveyor.yml
parent3e6eb18fcea96dfb33af3a2f03ce65444e710ff0 (diff)
downloadcurl-9108da2c26d18e927b91e33d3729d9cf0f3eb8fa.tar.gz
cmake: private identifiers use CURL_ instead of CMAKE_ prefix
Since the 'CMAKE_' prefix is reserved for cmake's own private use. Ref: https://cmake.org/cmake/help/latest/manual/cmake-variables.7.html Reported-by: Boris Rasin Fixes #7988 Closes #8044
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 149da9414..d6a3b7cfe 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -254,8 +254,8 @@ build_script:
cmake .
-G"%PRJ_GEN%"
%TARGET%
- -DCMAKE_USE_OPENSSL=%OPENSSL%
- -DCMAKE_USE_SCHANNEL=%SCHANNEL%
+ -DCURL_USE_OPENSSL=%OPENSSL%
+ -DCURL_USE_SCHANNEL=%SCHANNEL%
-DHTTP_ONLY=%HTTP_ONLY%
-DBUILD_SHARED_LIBS=%SHARED%
-DBUILD_TESTING=%TESTING%