From ca94db3e23a4413b01f1c18fbe18cc10ab75fdaf Mon Sep 17 00:00:00 2001 From: davila Date: Mon, 8 Mar 2010 19:08:06 +0000 Subject: [PATCH] BUG: compiler conflict with vtk compilation --- vtk/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.45.0