Hi, We're working on a cross-platform application, which uses some of the paraview libraries. Ultimately, we want our users to be able to install Paraview, and then install our packages. For this to work, on Windows we need to be able to identify where Paraview has been installed to and add it to the Path. This doesn't seem to be an option with the current Paraview install.
My temporary fix has been to change CPACK_NSIS_MODIFY_PATH from OFF to ON in \Applications\ParaView\CMakeLists.txt, which provides the extra screen in the NSIS installer and then package up Paraview for distribution myself. Is there a better way of doing this? Is this kind of install something that could be provided as an option without modifying CMake files? Thanks in advance, Owen. -- Scanned by iCritical.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
