summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-13 17:49:24 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-13 17:49:24 (GMT)
commit521e301116481f9f9396ee3fa13b8c1b87274d8c (patch)
treeeb1ff8a59eff9b23996aa09f348dab0ef8eb8154 /CMakeLists.txt
parent03817a41cfc48707852e30d57f608f90d4f74427 (diff)
downloadCMake-521e301116481f9f9396ee3fa13b8c1b87274d8c.zip
CMake-521e301116481f9f9396ee3fa13b8c1b87274d8c.tar.gz
CMake-521e301116481f9f9396ee3fa13b8c1b87274d8c.tar.bz2
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 8e95ecf..bb0a2fe 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/"