ENH: add cvs command variable

This commit is contained in:
Bill Hoffman 2006-05-03 17:27:47 -04:00
parent f4e1157e56
commit 9600c0a189
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ endif(DEFINED INITIAL_CACHE)
# login to cvs
remote_command(
"Login into cvs."
"cvs -d ${CVSROOT} login" "${SCRIPT_PATH}/cmake_login")
"${CVS_COMMAND} -d ${CVSROOT} login" "${SCRIPT_PATH}/cmake_login")
# checkout the source
remote_command(
"Checkout the source for ${CMAKE_VERSION}"