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
7 lines
259 B
ReStructuredText
7 lines
259 B
ReStructuredText
aix-archive-shared-libraries
|
|
----------------------------
|
|
|
|
* On AIX, shared libraries may now be created as shared library archives.
|
|
See the :variable:`CMAKE_AIX_SHARED_LIBRARY_ARCHIVE` variable
|
|
and :prop_tgt:`AIX_SHARED_LIBRARY_ARCHIVE` target property.
|