mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Save original input value of CMAKE_TOOLCHAIN_FILE also before normalization or relative searching to avoid reconfiguring because the full path doesn't match the input. Tests correct behavior avoiding reconfigures and ensuring reconfigure on toolchain change from preset. Fixes: #24942
3 lines
110 B
CMake
3 lines
110 B
CMake
message(STATUS "Toolchain file: ${CMAKE_TOOLCHAIN_FILE}")
|
|
message(STATUS "Using toolchain: ${toolchain_var}")
|