Handle older cvs clients that do not allow for the password to be in the CVSROOT.

This commit is contained in:
Bill Hoffman 2009-09-23 12:46:33 -04:00
parent fc921a021c
commit 290a6e2870
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
set(PROCESSORS 1)
set(CVSROOT ":pserver:anonymous@www.cmake.org:/cvsroot/CMake")
set(HOST magrathea)
set(MAKE_PROGRAM "make")
set(CC gcc332s)

View File

@ -1,4 +1,7 @@
set(CVSROOT ":pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake")
if(NOT DEFINED CVSROOT)
set(CVSROOT ":pserver:anonymous:cmake@www.cmake.org:/cvsroot/CMake")
endif()
get_filename_component(SCRIPT_PATH "${CMAKE_CURRENT_LIST_FILE}" PATH)
# default to self extracting tgz, tgz, and tar.Z