[CMake] install_name on Mac OS X

Brad King brad.king at kitware.com
Wed Aug 17 18:11:06 EDT 2005


Chris Scharver wrote:
> There were troubles a couple years ago [1] with the fact that
> installing VTK on Mac OS X did not include the correct install_names
> in the shared libraries. Does CMake yet provide the ability to specify
> the install names? I couldn't find anything that indicated a solution.
> I used some scripts modify the generated libraries after the build,
> but it would be ideal if I could set the correct library names based
> on the installation location.

CMake 2.2 does support install_name with library version numbers and
symlinks.  This support will be used in VTK 5.0 and is already done in
the CVS version of VTK.

-Brad



More information about the CMake mailing list