From f33a4fa0584a0e784b09743f9786ba6375cd3667 Mon Sep 17 00:00:00 2001 From: regrain Date: Tue, 1 Feb 2005 13:47:30 +0000 Subject: [PATCH] * FIX : bug in the vtk part for installing -- BeNours --- vtk/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 69028cc6..c5ab444c 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -72,7 +72,10 @@ TARGET_LINK_LIBRARIES(GdcmToBaseline #----------------------------------------------------------------------------- # Install vtk header -INSTALL_FILES(/include FILES vtkGdcmReader.h) +INSTALL_FILES( + /include FILES vtkGdcmReader.h + /include FILES vtkGdcmWriter.h +) -INSTALL_TARGETS(/lib/ vtkgdcm) +INSTALL_TARGETS(/lib/vtkgdcm) -- 2.45.1