Fix run_aub_tests target properties
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
2afb785bba
commit
a7553c9c0d
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
add_custom_target(run_aub_tests ALL)
|
||||
add_custom_target(run_aub_tests)
|
||||
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
|
||||
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
|
||||
|
||||
|
|
Loading…
Reference in New Issue