Files
CMake/Tests/RunCMake/CompilerChange/CompilerPath.cmake
Brad King 26e79ed299 Fix regression on reconfigure with unnormalized -DCMAKE_<LANG>_COMPILER=
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
2024-04-10 12:03:17 -04:00

4 lines
126 B
CMake

enable_language(C)
message(STATUS "CMAKE_C_COMPILER is '${CMAKE_C_COMPILER}'")
message(STATUS "CACHE_ENTRY='${CACHE_ENTRY}'")