Mike Jackson wrote:
The -install_name option is _already_ being specified by cmake
somewhere so when I tried your suggestion, I get an error during link
phase that the -install_name option is being specified twice.
Is there a master config file somewhere for cmake that I can just edit?
How else would cmake know to put in this option?
CMake uses the install_name to approximate UNIX rpaths in the build
tree. You will want to set VTK_USE_RPATH to OFF. Otherwise there is no
install option anyway.
-Brad
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake