X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMeshReader.cxx;h=0feabf3fac5dc8123b5c12b4f468ebf2c97432bd;hb=0d3391305e240b2cd0be9bc8dc574c498c087a93;hp=75afc697748c1677316d434ac4beb700efb47a3c;hpb=ff4e821006c760607319ef7cc58dd9f4f17a7098;p=clitk.git diff --git a/vv/vvMeshReader.cxx b/vv/vvMeshReader.cxx index 75afc69..0feabf3 100644 --- a/vv/vvMeshReader.cxx +++ b/vv/vvMeshReader.cxx @@ -224,13 +224,6 @@ std::vector vvMeshReader::readSelectedContours() { std::vector result; #if GDCM_MAJOR_VERSION == 2 - -#if CLITK_USE_SYSTEM_GDCM == 0 - - clitkExceptionMacro("ERROR ! You need to compile vv with itk4 + system_gdcm to use this function"); - -#endif - gdcm::Reader reader; reader.SetFileName(filename.c_str()); reader.Read();