ENH: add cvs command variable
This commit is contained in:
parent
f4e1157e56
commit
9600c0a189
@ -66,7 +66,7 @@ endif(DEFINED INITIAL_CACHE)
|
|||||||
# login to cvs
|
# login to cvs
|
||||||
remote_command(
|
remote_command(
|
||||||
"Login into cvs."
|
"Login into cvs."
|
||||||
"cvs -d ${CVSROOT} login" "${SCRIPT_PATH}/cmake_login")
|
"${CVS_COMMAND} -d ${CVSROOT} login" "${SCRIPT_PATH}/cmake_login")
|
||||||
# checkout the source
|
# checkout the source
|
||||||
remote_command(
|
remote_command(
|
||||||
"Checkout the source for ${CMAKE_VERSION}"
|
"Checkout the source for ${CMAKE_VERSION}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user