Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a BUILD_RPATH target property specifying build-tree RPATH entries | Ruslan Baratov | 2016-10-03 | 1 | -3/+12 |
| | | | | | | Users may need to add custom `RPATH` entries to be able to run binaries from their build tree without setting `LD_LIBRARY_PATH`. Provide a way to do this that does not affect the install-tree `RPATH`. | ||||
* | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -2/+4 |
| | | | | | Also adding documentation for CMAKE_MACOSX_RPATH, and improving documentation for MACOSX_RPATH. | ||||
* | OS X: Enable rpath support on Mac OS X when find_library() is used. | Clinton Stimpson | 2013-07-16 | 1 | -0/+5 |
| | |||||
* | OS X: Add test for rpaths on Mac. | Clinton Stimpson | 2013-06-03 | 1 | -0/+63 |
This also tests rpaths through export/import. |