Files
CMake/Tests/RunCMake/add_custom_command/PrintDir.cmake
Brad King 36921d2d23 Xcode: Fix custom command work-dir placeholders in "new build system"
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
2020-11-23 10:24:13 -05:00

2 lines
59 B
CMake

message(STATUS "WorkingDir='${CMAKE_CURRENT_BINARY_DIR}'")