From 1481a8c42f220e3ee882275bcf0b8cb1efd84cc5 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 5 Nov 2004 22:59:15 +0000 Subject: [PATCH] BUG: Remove a broken image from the MAC baseline --- Testing/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index fa3a96bd..76814532 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -115,6 +115,12 @@ SET(BLACK_LIST "KODAK-12-MONO1-Odd_Terminated_Sequence.dcm" ) +IF(APPLE) + SET(BLACK_LIST ${BLACK_LIST} + "SIEMENS_GBS_III-16-ACR_NEMA_1.acr" # This image contains a wrong length + # Which led us to read pass the end of the file. This seg fault on MacOSX + ) +ENDIF(APPLE) # This is a GLOB expression, change it into a list separated with a comma and \n SET(GDCM_DATA_IMAGES) -- 2.46.1