From 88bb17bee9cf6e75f75c8e4a611baa8e28d9a003 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 7 Aug 2007 15:42:37 -0400 Subject: [PATCH] STYLE: find Dart quietly (so it doesn't go in the feature log) Alex --- Modules/Dart.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Dart.cmake b/Modules/Dart.cmake index 6d0f86d11e..0bbe2addad 100644 --- a/Modules/Dart.cmake +++ b/Modules/Dart.cmake @@ -21,7 +21,7 @@ OPTION(BUILD_TESTING "Build the testing tree." ON) IF(BUILD_TESTING) - FIND_PACKAGE(Dart) + FIND_PACKAGE(Dart QUIET) # # Section #1: