diff options
author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | 2024-10-28 01:49:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-10-29 13:45:36 (GMT) |
commit | 4207687a5fd441bb116b280da12e69f6e50d2e6f (patch) | |
tree | 92e368bde9ce3bfd8795095c6ddc7dd3acbfa0d0 /Help | |
parent | fcff1dcb064950f83ef45a41ea236b64fe2ac5e7 (diff) | |
download | CMake-4207687a5fd441bb116b280da12e69f6e50d2e6f.zip CMake-4207687a5fd441bb116b280da12e69f6e50d2e6f.tar.gz CMake-4207687a5fd441bb116b280da12e69f6e50d2e6f.tar.bz2 |
Help: Update AIX_SHARED_LIBRARY_ARCHIVE for versioned shared objects
This was missed in commit dc8e4f8f0c (AIX: Enable versioned shared
objects with CMAKE_AIX_SHARED_LIBRARY_ARCHIVE, 2024-10-10,
v3.31.0-rc2~8^2).
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 |