[vtk-developers] Bug: DICOMParser install locations.

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Sat Sep 27 12:10:00 EDT 2003


Hi,

While installing VTK earlier this week from CVS I noticed that the
DICOM install is a little messed up.  Below is a patch that I think
fixes it but I've not checked it in since I thought I'd ask for
confirmation.

cheers,
prabhu

--- Utilities/DICOMParser/CMakeLists.txt        Sat Aug 30 02:26:58 2003
+++ /tmp/CMakeLists.txt Sat Sep 27 21:33:27 2003
@@ -28,6 +28,6 @@
 
 ADD_LIBRARY(vtkDICOMParser DICOMFile.cxx DICOMParser.cxx DICOMAppHelper.cxx)
 
-INSTALL_TARGETS(/lib/VTK vtkDICOMParser)
-INSTALL_FILES(/include/VTK/Utilities/DICOMParser "(\\.h|\\.txx)$")
+INSTALL_TARGETS(/lib/vtk vtkDICOMParser)
+INSTALL_FILES(/include/vtk "(\\.h|\\.txx)$")
 



More information about the vtk-developers mailing list