From: davila Date: Mon, 8 Mar 2010 19:08:06 +0000 (+0000) Subject: BUG: compiler conflict with vtk compilation X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=gdcm.git;a=commitdiff_plain;h=ca94db3e23a4413b01f1c18fbe18cc10ab75fdaf BUG: compiler conflict with vtk compilation --- diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 8456832b..415250f1 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -12,6 +12,10 @@ INCLUDE_REGULAR_EXPRESSION("^vtk.*$") #----------------------------------------------------------------------------- # Include the VTK library + +# EED 5/Mars/2010 +SET(VTK_BUILD_SETTINGS_FILE OFF) + INCLUDE(${VTK_USE_FILE}) # Need gdcm header files