From b5ee4cc69418582647d6e29400e041a3ff30bc0b Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 10 Jun 2005 17:10:36 +0000 Subject: [PATCH] BUG: hum interesting --- CMake/CTestCustom.ctest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index d03db281..8cb87f7a 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -1,7 +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 (.*)" + "ld: warning prebinding disabled because \\(__TEXT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*) overlaps with __LINKEDIT segment \\(address = 0x[0-9]+ size = 0x[0-9]+\\) of (.*)" "ld: warning prebinding disabled because dependent library: (.*)libgdcm.dylib is not prebound" ) -- 2.45.1