mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`. There will no versions for the shared objects when this option is used. Closes: #26033
11 lines
345 B
ReStructuredText
11 lines
345 B
ReStructuredText
CMAKE_AIX_SHARED_LIBRARY_ARCHIVE
|
|
--------------------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
On AIX, enable creation of shared library archives.
|
|
|
|
This variable initializes the :prop_tgt:`AIX_SHARED_LIBRARY_ARCHIVE`
|
|
target property on ``SHARED`` library targets as they are created
|
|
by :command:`add_library`. See that target property for details.
|