mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Since commit 3f2a5971c0 (Modules: CMAKE_*_COMPILER convert path to cmake
path, 2023-12-02, v3.29.0-rc1~292^2) we normalize the path to the
compiler. Update our logic that checks whether the compiler has changed
to account for path normalization.
Fixes: #25883
Issue: #25456
4 lines
126 B
CMake
4 lines
126 B
CMake
enable_language(C)
|
|
message(STATUS "CMAKE_C_COMPILER is '${CMAKE_C_COMPILER}'")
|
|
message(STATUS "CACHE_ENTRY='${CACHE_ENTRY}'")
|