diff options
author | David Cole <david.cole@kitware.com> | 2011-08-23 17:33:24 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2011-08-23 17:33:24 (GMT) |
commit | 1db6955b06d9f17907fb7e9dff41669260b29779 (patch) | |
tree | a848b29859d0cce5ba5f4f299c3ba5223a61a4fc | |
parent | 29b285c6a1b583f56257f3ca8113d6ce29f5d8d6 (diff) | |
download | CMake-1db6955b06d9f17907fb7e9dff41669260b29779.zip CMake-1db6955b06d9f17907fb7e9dff41669260b29779.tar.gz CMake-1db6955b06d9f17907fb7e9dff41669260b29779.tar.bz2 |
Xcode: Suppress same-old warning again.
They changed the wording of it slightly with Xcode 4.
-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 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") |