mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-12 18:44:38 +00:00
Xcode: Suppress same-old warning again.
They changed the wording of it slightly with Xcode 4.
This commit is contained 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")
|
||||
|
||||
Reference in New Issue
Block a user