summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-13 13:49:24 -0400
committerKen Martin <ken.martin@kitware.com>2001-06-13 13:49:24 -0400
commit521e301116481f9f9396ee3fa13b8c1b87274d8c (patch)
treeeb1ff8a59eff9b23996aa09f348dab0ef8eb8154 /CMakeLists.txt
parent03817a41cfc48707852e30d57f608f90d4f74427 (diff)
downloadcmake-521e301116481f9f9396ee3fa13b8c1b87274d8c.tar.gz
minor cvs web changeCMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e95ecf750..bb0a2fe461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,8 @@ IF (BUILD_TESTING)
# Dart server configuration
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cmakecvsweb.cgi/CMake/"
CACHE INTERNAL "URL for revision control system")
+ SET (CVS_WEB_CVSROOT "CMake" CACHE INTERNAL
+ "Symbolic name for the CVSROOT in cvsweb")
SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/"
CACHE INTERNAL "URL for source code documentation")
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/"