ENH: Direct link to cmake bugs

This commit is contained in:
Andy Cedilnik 2003-07-22 17:09:57 -04:00
parent 7eb7973393
commit 452d378251
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ 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_CVSROOT "CMake")
SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
SET (GNATS_WEB_URL "http://public.kitware.com/Bug/index.php")
SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" )
SET (GNATS_WEB_URL "${PROJECT_URL}/Bug/query.php?projects=2&status%5B%5D=1&status%5B%5D=2&status%5B%5D=3&status%5B%5D=4&status%5B%5D=6&op=doquery")
SET (USE_GNATS "On")
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")