diff options
author | David Cole <david.cole@kitware.com> | 2011-08-23 13:33:24 -0400 |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-08-23 13:33:24 -0400 |
commit | 1db6955b06d9f17907fb7e9dff41669260b29779 (patch) | |
tree | a848b29859d0cce5ba5f4f299c3ba5223a61a4fc /CTestCustom.cmake.in | |
parent | 29b285c6a1b583f56257f3ca8113d6ce29f5d8d6 (diff) | |
download | cmake-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.in | 1 |
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") |