From 1db6955b06d9f17907fb7e9dff41669260b29779 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 23 Aug 2011 13:33:24 -0400 Subject: Xcode: Suppress same-old warning again. They changed the wording of it slightly with Xcode 4. --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 0047e68..e175d9f 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -42,6 +42,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "warning:.*is.*misused, please use.*" "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast + "ld: warning: directory not found for option .-(F|L)" ) IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode") -- cgit v0.12