diff options
author | Brad King <brad.king@kitware.com> | 2024-10-29 14:15:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-10-29 14:16:07 (GMT) |
commit | baceeb2c18da03c6741ca68a42e2bb6b665cb7c1 (patch) | |
tree | 5f8e91252636cc6a8d7a6e1291179ff1e547749e /Help | |
parent | 7b47da6e5d9efe7989bbc2b02a16a4c8bbd2dd8d (diff) | |
parent | 4207687a5fd441bb116b280da12e69f6e50d2e6f (diff) | |
download | CMake-baceeb2c18da03c6741ca68a42e2bb6b665cb7c1.zip CMake-baceeb2c18da03c6741ca68a42e2bb6b665cb7c1.tar.gz CMake-baceeb2c18da03c6741ca68a42e2bb6b665cb7c1.tar.bz2 |
Merge topic 'aix-archive-shared-libraries' into release-3.31
4207687a5f Help: Update AIX_SHARED_LIBRARY_ARCHIVE for versioned shared objects
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9954
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst b/Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst index 7c37015..d0106c5 100644 --- a/Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst +++ b/Help/prop_tgt/AIX_SHARED_LIBRARY_ARCHIVE.rst @@ -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 |