vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

cmake: use full path as install name on Mac OS X #70

Closed drizt closed 9 years ago

drizt commented 9 years ago

On Mac OS X developer libraries use full path as install name. When some application is linking with such library it will use install name to find library at runtime. Without INSTALL_NAME_DIR install name of library will just library name. So I can't start my application. Also correct install name is required for fixup_bundle which I use when build dmg with my application.

vinipsmaker commented 9 years ago

Merged