From: malaterre Date: Fri, 10 Jun 2005 16:57:36 +0000 (+0000) Subject: ENH: Remove the prebinding thingy that only happen on XCode/MacOSX... X-Git-Tag: Version1.2.bp~532 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=16cac9380fc254c148e099f3b15b0d9570d7e6b7;p=gdcm.git ENH: Remove the prebinding thingy that only happen on XCode/MacOSX... --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index aeb04ee0..42a21b96 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,6 +1,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "comparison is always (true|false) due to limited range of data type" + "ld: warning prebinding disabled because \\(__TEXT segment \\(address = 0x[0-9]+ size = 0x68000\\) of (.*) overlaps with __LINKEDIT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*)" )