From: malaterre Date: Fri, 10 Jun 2005 17:03:55 +0000 (+0000) Subject: ENH: ooops I also need this one X-Git-Tag: Version1.2.bp~531 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2216ff38d0bcce8f05c54b59f95025cb6511496e;p=gdcm.git ENH: ooops I also need this one --- diff --git a/CMake/CTestCustom.ctest.in b/CMake/CTestCustom.ctest.in index 42a21b96..d03db281 100644 --- a/CMake/CTestCustom.ctest.in +++ b/CMake/CTestCustom.ctest.in @@ -2,6 +2,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 dependent library: (.*)libgdcm.dylib is not prebound" )