mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
The placeholders for `CONFIGURATION` and `EFFECTIVE_PLATFORM_NAME` need to be handled in the `WORKING_DIRECTORY` of custom commands just as we already do for the `COMMAND`. Fixes: #21483
2 lines
59 B
CMake
2 lines
59 B
CMake
message(STATUS "WorkingDir='${CMAKE_CURRENT_BINARY_DIR}'")
|