[CMake] CMake creates a wrong install_name for frameworks with empty INSTALL_NAME_DIR property on Mac OS X

Michael Wild themiwi at gmail.com
Wed May 20 13:02:47 EDT 2009


Hi all

If the property is empty, CMake just uses the library name <name> as  
the install_name which is wrong. It should use <name>.framework/ 
Versions/<version>/<name>.

I created a bug report with an attached fix:

http://public.kitware.com/Bug/view.php?id=9054


Michael


More information about the CMake mailing list