
Update the change from commit 8d453ee751
(Tests: Improve CheckSourceTree
test, 2022-10-05) to drive the test script using the tested CMake
instead of the host CMake, following the convention of other tests.
7 lines
319 B
CMake
7 lines
319 B
CMake
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)
|