Removed unneeded print

release/4.3a0
Richard Roberts 2014-02-13 13:23:35 -05:00
parent 320cfe7b4d
commit 2ccb892167
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ macro(gtsamAddTestsGlob groupName globPatterns excludedFiles linkLibraries)
endif() endif()
# Get all script files # Get all script files
message(STATUS "Filling test group ${groupName}")
file(GLOB script_files ${globPatterns}) file(GLOB script_files ${globPatterns})
# Remove excluded scripts from the list # Remove excluded scripts from the list