mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Replace calls to "hg" by calls to "git"
This commit is contained in:
@@ -12,8 +12,8 @@ elseif(${CTEST_SCRIPT_ARG} MATCHES Continuous)
|
||||
set(MODEL Continuous)
|
||||
endif()
|
||||
|
||||
find_program(CTEST_HG_COMMAND NAMES hg)
|
||||
set(CTEST_UPDATE_COMMAND "${CTEST_HG_COMMAND}")
|
||||
find_program(CTEST_GIT_COMMAND NAMES git)
|
||||
set(CTEST_UPDATE_COMMAND "${CTEST_GIT_COMMAND}")
|
||||
|
||||
ctest_start(${MODEL} ${CTEST_SOURCE_DIRECTORY} ${CTEST_BINARY_DIRECTORY})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user