mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ctest: support a new --objects-dir argument
When shorter object directories are used, CTest needs to know where to look for artifacts.
This commit is contained in:
@@ -60,7 +60,7 @@ endif()
|
||||
|
||||
if(CTEST_USE_LAUNCHERS)
|
||||
set(__launch_common_options
|
||||
"--target-name <TARGET_NAME> --current-build-dir <CMAKE_CURRENT_BINARY_DIR>")
|
||||
"--target-name <TARGET_NAME> --current-build-dir <CMAKE_CURRENT_BINARY_DIR> --build-dir <CMAKE_BINARY_DIR> --object-dir <TARGET_SUPPORT_DIR>")
|
||||
|
||||
set(__launch_compile_options
|
||||
"${__launch_common_options} --output <OBJECT> --source <SOURCE> --language <LANGUAGE>")
|
||||
|
||||
Reference in New Issue
Block a user