Including DICOMParser.h requires DICOMCMakeConfig.h, which is not installed
This issue was created automatically from an original Mantis Issue. Further discussion may take place here.
If a user application needs to include DICOMParser.h, compilation fails because DICOMCMakeConfig.h (included from DICOMConfig.h) is created in the build directory by "make" but not installed by "make install". Solution: append INSTALL_FILES(/include/vtk FILES ${DICOMParser_BINARY_DIR}/DICOMCMakeConfig.h) to VTK/Utilities/DICOMParser/CMakeLists.txt