Darren Weber wrote:
Using VTK_USE_RPATH=ON and building with that change resulted in full
path specifications in the .so file, but the path is now specific to
build directory, not the installation directory.  So, how do we set

CMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON

How do you start ccmake? If you start it from the command line, you can add the same flags as for cmake. Here

 ccmake -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON builddirectory

--
Martin


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to