]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: replace CMAKE_COMPILER_IS_GNUCC with CMAKE_C_COMPILER_ID
authorPeter Kokot <peterkokot@gmail.com>
Sat, 22 Mar 2025 15:02:28 +0000 (16:02 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 22 Mar 2025 23:06:25 +0000 (00:06 +0100)
commitdd0c9feb54b1194751eea192769e9c3d75832978
tree013323703465a542c870333420a5623a1108db95
parentd03429ce0394551def98d5b0d484cbd9337819ef
cmake: replace CMAKE_COMPILER_IS_GNUCC with CMAKE_C_COMPILER_ID

Variable `CMAKE_COMPILER_IS_GNUCC` is deprecated and
`CMAKE_C_COMPILER_ID` should be used instead.

Closes #16797
CMake/CurlSymbolHiding.cmake
CMake/PickyWarnings.cmake
CMake/win32-cache.cmake
CMakeLists.txt
tests/CMakeLists.txt