mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This was missed in commitee83165923(cmake: Explicitly normalize input paths as they exist on disk, 2024-10-17, v4.0.0-rc1~597^2), causing `CMAKE_CURRENT_LIST_FILE` in `cmake -P` scripts to be regressed by the KWSys behavior change merged by commite9bd437a43(Merge branch 'upstream-KWSys' into normalize-input-paths, 2024-10-24, v4.0.0-rc1~589^2~1). Issue: #27750
3 lines
140 B
CMake
3 lines
140 B
CMake
message(STATUS "CMAKE_SCRIPT_MODE_FILE='${CMAKE_SCRIPT_MODE_FILE}'")
|
|
message(STATUS "CMAKE_CURRENT_LIST_FILE='${CMAKE_CURRENT_LIST_FILE}'")
|