From 5a836da54413b9c57a5c46cd6f363b70c6aea00b Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Tue, 10 Apr 2007 14:54:48 -0400 Subject: [PATCH] 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. --- Modules/Dart.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 9536f4357..a463d1358 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")