summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/find_library/lib
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add x32 tests to test suiteSteven Newbury2017-03-082-0/+0
|
* find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-012-0/+0
| | | | | | | | | | 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.
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-102-0/+0
| | | | | | | Add a ``FIND_LIBRARY_USE_LIB32_PATHS`` global property analogous to the ``FIND_LIBRARY_USE_LIB64_PATHS`` property. This helps find commands on multilib systems that use ``lib32`` directories and either do not have ``lib`` symlinks or point ``lib`` to ``lib64``.
* find_library: Add test covering lib->lib64 casesBrad King2012-07-207-0/+0
Add a "CMakeOnly.find_library" test covering various cases involving lib->lib64 (non-)conversion. Comment out cases involving mixed path components "lib" and "lib64", such as lib/A/lib64 and lib64/A/lib, as these are known to be broken currently.