Skip to content

Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest

Robert Goulet requested to merge gouletr/cmake:cmake-ctest-arguments into master

Add a new cmake variable CMAKE_CTEST_ARGUMENTS to allow passing command-line arguments to ctest when running the built-in cmake tests target.

Fixes: #20172 (closed)

Edited by Kyle Edwards

Merge request reports