[cmake-commits] alex committed Dart.cmake 1.70 1.71

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 7 15:42:39 EDT 2007


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

Modified Files:
	Dart.cmake 
Log Message:

STYLE: find Dart quietly (so it doesn't go in the feature log)

Alex


Index: Dart.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Dart.cmake,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Dart.cmake	15 May 2007 14:23:40 -0000	1.70
+++ Dart.cmake	7 Aug 2007 19:42:37 -0000	1.71
@@ -21,7 +21,7 @@
 OPTION(BUILD_TESTING "Build the testing tree." ON)
 
 IF(BUILD_TESTING)
-  FIND_PACKAGE(Dart)
+  FIND_PACKAGE(Dart QUIET)
 
   #
   # Section #1:



More information about the Cmake-commits mailing list