Skip to content
Snippets Groups Projects
Commit e488a7c1 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove another remnant of the testing magic

parent d982b923
Branches
Tags
No related merge requests found
MACRO(get_directory_test_target _target _dir)
string(REPLACE "@CMAKE_BINARY_DIR@" "" _relative_dir "${_dir}")
string(REPLACE "/" "_" ${_target} "${_relative_dir}")
ENDMACRO(get_directory_test_target _target _dir)
get_directory_test_target(_build_test_target "@CMAKE_CURRENT_BINARY_DIR@")
execute_process(COMMAND @CMAKE_COMMAND@ --build @CMAKE_BINARY_DIR@
--target ${_build_test_target})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment