ENH: add cvs command variable

This commit is contained in:
Bill Hoffman 2006-05-03 17:27:47 -04:00
parent f4e1157e56
commit 9600c0a189

View File

@ -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}"