mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -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)
|