mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
462cf25427
Detect x32-abi through CMakeCompilerABI infrastruture and use this information at runtime to determine the correct library paths with `FIND_LIBRARY_USE_LIBX32_PATHS`. Fixes: #15994
13 lines
436 B
ReStructuredText
13 lines
436 B
ReStructuredText
CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX
|
|
------------------------------------
|
|
|
|
Specify a ``<suffix>`` to tell the :command:`find_library` command to
|
|
search in a ``lib<suffix>`` directory before each ``lib`` directory that
|
|
would normally be searched.
|
|
|
|
This overrides the behavior of related global properties:
|
|
|
|
* :prop_gbl:`FIND_LIBRARY_USE_LIB32_PATHS`
|
|
* :prop_gbl:`FIND_LIBRARY_USE_LIB64_PATHS`
|
|
* :prop_gbl:`FIND_LIBRARY_USE_LIBX32_PATHS`
|