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-22 17:39:46 +0100
commit52b8480c5673399991aa7b77a8c45b4d6e3481f9 (patch)
tree9ccf5cbb4cfe83c85aa7708f67d04e0ddfb57d01 /appveyor.yml
parent18270893abdb19f0ca170c118f8a2847dbd304be (diff)
downloadcurl-52b8480c5673399991aa7b77a8c45b4d6e3481f9.tar.gz
cmake: private identifiers use CURL_ instead of CMAKE_ prefixbagder/cmake-rename-priv
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
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%