summaryrefslogtreecommitdiffstats
path: root/Modules/Dart.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2007-04-10 18:54:48 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2007-04-10 18:54:48 (GMT)
commit5a836da54413b9c57a5c46cd6f363b70c6aea00b (patch)
tree3a2b67e4c41d4f7a7ed621c26168a88f26c1c2e6 /Modules/Dart.cmake
parent996f3915938f7c46081f42b5ae1407abd4aede02 (diff)
downloadCMake-5a836da54413b9c57a5c46cd6f363b70c6aea00b.zip
CMake-5a836da54413b9c57a5c46cd6f363b70c6aea00b.tar.gz
CMake-5a836da54413b9c57a5c46cd6f363b70c6aea00b.tar.bz2
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.
Diffstat (limited to 'Modules/Dart.cmake')
-rw-r--r--Modules/Dart.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake
index 9536f43..a463d13 100644
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
@@ -24,9 +24,6 @@ IF(BUILD_TESTING)
INCLUDE(CTest)
SET(RUN_FROM_DART)
- # Project Home Page
- SET (PROJECT_URL "http://www.kitware.com")
-
FIND_PROGRAM(COMPRESSIONCOMMAND NAMES gzip compress zip
DOC "Path to program used to compress files for transfer to the dart server")
FIND_PROGRAM(GUNZIPCOMMAND gunzip DOC "Path to gunzip executable")