mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
RunCMake/CXXModules: append to the test options
This commit is contained in:
@@ -104,7 +104,7 @@ function (run_cxx_module_test directory)
|
||||
set(RunCMake_TEST_OPTIONS -DCMAKE_BUILD_TYPE=Debug)
|
||||
endif ()
|
||||
|
||||
set(RunCMake_TEST_OPTIONS
|
||||
list(APPEND RunCMake_TEST_OPTIONS
|
||||
"-DCMake_TEST_MODULE_COMPILATION_RULES=${CMake_TEST_MODULE_COMPILATION_RULES}"
|
||||
${ARGN})
|
||||
run_cmake("examples/${test_name}")
|
||||
|
||||
Reference in New Issue
Block a user