[cmake-commits] barre committed Dart.cmake 1.68 1.69

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 10 14:54:50 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv14410/Modules

Modified Files:
	Dart.cmake 
Log Message:
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.


Index: Dart.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Dart.cmake,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Dart.cmake	14 Dec 2005 18:51:08 -0000	1.68
+++ Dart.cmake	10 Apr 2007 18:54:48 -0000	1.69
@@ -24,9 +24,6 @@
   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")



More information about the Cmake-commits mailing list