From 2ccb8921673a2868fa2a3f173d1335fbf519b097 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 13 Feb 2014 13:23:35 -0500 Subject: [PATCH] Removed unneeded print --- cmake/GtsamTesting.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/GtsamTesting.cmake b/cmake/GtsamTesting.cmake index d51445b90..aee3ac88b 100644 --- a/cmake/GtsamTesting.cmake +++ b/cmake/GtsamTesting.cmake @@ -36,7 +36,6 @@ macro(gtsamAddTestsGlob groupName globPatterns excludedFiles linkLibraries) endif() # Get all script files - message(STATUS "Filling test group ${groupName}") file(GLOB script_files ${globPatterns}) # Remove excluded scripts from the list