Hello,<br><br>I am trying to use the vtktiff library and a third party library and I need the tiffconf.h file in the VTK install target to use the tiff.h file. I can do this by changing the Utilities/vtktiff/CMakeLists.txt to add the tiffconf.h file to the list of install targets:<br>
<br>    ${VTKTIFF_SOURCE_DIR}/tiffconf.h<br><br>Can this change be included in the VTK source tree? Thanks!<br><br>Doug<br><br>