From 16cac9380fc254c148e099f3b15b0d9570d7e6b7 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 10 Jun 2005 16:57:36 +0000 Subject: [PATCH] ENH: Remove the prebinding thingy that only happen on XCode/MacOSX... --- CMake/CTestCustom.ctest.in | 1 + 1 file changed, 1 insertion(+) 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 (.*)" ) -- 2.45.1