Skip to content

Commit

Permalink
Merge topic 'aix-archive-shared-libraries' into release-3.31
Browse files Browse the repository at this point in the history
4207687 Help: Update AIX_SHARED_LIBRARY_ARCHIVE for versioned shared objects

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9954
  • Loading branch information
bradking authored and kwrobot committed Oct 29, 2024
2 parents 7b47da6 + 4207687 commit baceeb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ shared object ``.so`` files for consistency with other UNIX platforms.
Alternatively, set this property to a true value to create a shared
library archive instead, as is AIX convention.

When a shared library is archived the shared object in the archive
does not record any version information from :prop_tgt:`VERSION` or
:prop_tgt`SOVERSION` target properties.
The shared object name in the archive encodes version information from
the :prop_tgt:`SOVERSION` target property, if set, and otherwise from
the :prop_tgt:`VERSION` target property, if set.

This property defaults to :variable:`CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`
if that variable is set when a ``SHARED`` library target is created
Expand Down

0 comments on commit baceeb2

Please sign in to comment.