ENH: this variable overrides all PROJECT_URL. Check the dashboard, all projects have the wrong URL in their "Home" button. Other variables (like ROLLUP_URL) were moved a while ago, for some reasons this one is still here.

This commit is contained in:
Sebastien Barre 2007-04-10 14:54:48 -04:00
parent 996f391593
commit 5a836da544

View File

@ -24,9 +24,6 @@ IF(BUILD_TESTING)
INCLUDE(CTest) INCLUDE(CTest)
SET(RUN_FROM_DART) SET(RUN_FROM_DART)
# Project Home Page
SET (PROJECT_URL "http://www.kitware.com")
FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip
DOC "Path to program used to compress files for transfer to the dart server") DOC "Path to program used to compress files for transfer to the dart server")
FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable") FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable")