mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
4153d8445b
Fixes: #20172
3 lines
103 B
CMake
3 lines
103 B
CMake
include(CTest)
|
|
add_test(NAME CMakeCTestArguments COMMAND ${CMAKE_COMMAND} -E echo CMakeCTestArguments)
|