You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
add_test(NAME CMake.CheckSourceTree
|
|
COMMAND ${CMAKE_CMAKE_COMMAND} -D GIT_EXECUTABLE=${GIT_EXECUTABLE}
|
|
-D CMake_SOURCE_DIR=${CMake_SOURCE_DIR}
|
|
-P ${CMAKE_CURRENT_LIST_DIR}/check.cmake
|
|
)
|
|
set_property(TEST CMake.CheckSourceTree PROPERTY RUN_SERIAL 1)
|