Browse Source

minor dart change

Ken Martin 24 years ago
parent
commit
2f0a82195d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -28,7 +28,7 @@ IF (BUILD_TESTING)
        "Web site to signal when testing results have been submitted")
 
   # Dart server configuration 
-  SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cmakecvsweb.cgi/CMake/" 
+  SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/" 
        CACHE INTERNAL "URL for revision control system")
   SET (CVS_WEB_CVSROOT "CMake" CACHE INTERNAL 
        "Symbolic name for the CVSROOT in cvsweb")