]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: private identifiers use CURL_ instead of CMAKE_ prefix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 Nov 2021 16:39:46 +0000 (17:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Nov 2021 07:46:41 +0000 (08:46 +0100)
commit9108da2c26d18e927b91e33d3729d9cf0f3eb8fa
treed9f29cfac6b5e04e5348582029ea41f7c6301f06
parent3e6eb18fcea96dfb33af3a2f03ce65444e710ff0
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
.github/workflows/macos.yml
CMakeLists.txt
appveyor.yml