diff options
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r-- | DartConfig.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake index 375ffc0046..c0cf87867c 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -21,7 +21,8 @@ SET (PROJECT_URL "http://www.cmake.org") # Dart server configuration SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh") -SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/") +#SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/") +SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/viewcvs.cgi/") SET (CVS_WEB_CVSROOT "CMake") SET (USE_DOXYGEN "On") SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" ) |