CMake OSX rpath management (#4620)
* CMake: Add comment for CMP0048 * CMake: osx use @rpath/ as target's install name (CMP0042) On MacoS library should use @rpath/ as prefix path instead of absolute build path e.g. otool -L libprotobuf.dylib libprotobuf.dylib: @rpath/libprotobuf.dylib (...) ... * CMake: add rpath to target for LINUX and APPLEpull/4135/merge
parent
d39a73f203
commit
7306f549bf
2 changed files with 19 additions and 1 deletions
Loading…
Reference in new issue