mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
11 lines
220 B
CMake
11 lines
220 B
CMake
include(RunCTest)
|
|
|
|
set(CASE_CTEST_CONFIGURE_ARGS "")
|
|
|
|
function(run_ctest_configure CASE_NAME)
|
|
set(CASE_CTEST_CONFIGURE_ARGS "${ARGN}")
|
|
run_ctest(${CASE_NAME})
|
|
endfunction()
|
|
|
|
run_ctest_configure(ConfigureQuiet QUIET)
|