mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
Merge topic 'instrumentation-ctest-find-labels'
1595713596instrumentation: Fix expected location of Labels when using CTest launchersd2a3d596d6instrumentation: Fix expected location of Labels when using CTest launchers Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !10264
This commit is contained in:
@@ -46,7 +46,7 @@ endif()
|
||||
|
||||
if(CTEST_USE_LAUNCHERS)
|
||||
set(__launch_common_options
|
||||
"--target-name <TARGET_NAME> --build-dir <CMAKE_CURRENT_BINARY_DIR>")
|
||||
"--target-name <TARGET_NAME> --current-build-dir <CMAKE_CURRENT_BINARY_DIR>")
|
||||
|
||||
set(__launch_compile_options
|
||||
"${__launch_common_options} --output <OBJECT> --source <SOURCE> --language <LANGUAGE>")
|
||||
|
||||
Reference in New Issue
Block a user