summaryrefslogtreecommitdiffstats
path: root/Tests/MacRuntimePath/B
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required in tests to 2.8.12Chuck Atkins2020-12-231-1/+1
| | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless.
* OS X: Enable rpath support on Mac OS X when find_library() is used.Clinton Stimpson2013-07-161-1/+2
|
* OS X: Add test for rpaths on Mac.Clinton Stimpson2013-06-031-0/+17
This also tests rpaths through export/import.