]> Creatis software - gdcm.git/commitdiff
ENH: Remove the prebinding thingy that only happen on XCode/MacOSX...
authormalaterre <malaterre>
Fri, 10 Jun 2005 16:57:36 +0000 (16:57 +0000)
committermalaterre <malaterre>
Fri, 10 Jun 2005 16:57:36 +0000 (16:57 +0000)
CMake/CTestCustom.ctest.in

index aeb04ee0904ed8733fc3e9d24df0f3f27b5e0769..42a21b96900adc6eadbc7dbdff5b3bb3602cecbd 100644 (file)
@@ -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 (.*)"
   )