summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-08-23 13:33:24 -0400
committerDavid Cole <david.cole@kitware.com>2011-08-23 13:33:24 -0400
commit1db6955b06d9f17907fb7e9dff41669260b29779 (patch)
treea848b29859d0cce5ba5f4f299c3ba5223a61a4fc /CTestCustom.cmake.in
parent29b285c6a1b583f56257f3ca8113d6ce29f5d8d6 (diff)
downloadcmake-1db6955b06d9f17907fb7e9dff41669260b29779.tar.gz
Xcode: Suppress same-old warning again.
They changed the wording of it slightly with Xcode 4.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 0047e68ce3..e175d9f080 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")