summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find_library-custom-lib-suffix.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.9 release notesBrad King2017-06-021-6/+0
| | | | | | | | | | | | | | Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.9.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
* find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-011-0/+6
Add a new `CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable to allow use of a custom suffix on `lib` directory names. This is a more general option than that added by commit v3.7.0-rc1~504^2 (Teach find_library and find_package to search lib32 paths, 2016-06-10). It allows the find path to be more deterministic on custom setups. See discussion in #10287 and #15994.