diff options
author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | 2024-06-18 12:58:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-07-17 15:52:09 (GMT) |
commit | d27fe9dfba911604a70ee80b0d80eb917f3b5de5 (patch) | |
tree | d09c5ec45ffe7cb8e9af781103193792bfcd88c0 /Modules/SystemInformation.in | |
parent | 98013ad1ca6e3d3e2f25db894d19b4f8029c92e3 (diff) | |
download | CMake-d27fe9dfba911604a70ee80b0d80eb917f3b5de5.zip CMake-d27fe9dfba911604a70ee80b0d80eb917f3b5de5.tar.gz CMake-d27fe9dfba911604a70ee80b0d80eb917f3b5de5.tar.bz2 |
AIX: Add option to archive shared libraries
Add option `CMAKE_AIX_SHARED_LIBRARY_ARCHIVE`.
There will no versions for the shared objects when this option is used.
Closes: #26033
Diffstat (limited to 'Modules/SystemInformation.in')
-rw-r--r-- | Modules/SystemInformation.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/SystemInformation.in b/Modules/SystemInformation.in index f2aef50..50b5720 100644 --- a/Modules/SystemInformation.in +++ b/Modules/SystemInformation.in @@ -6,6 +6,7 @@ CMAKE_STATIC_LIBRARY_PREFIX == "${CMAKE_STATIC_LIBRARY_PREFIX}" CMAKE_STATIC_LIBRARY_SUFFIX == "${CMAKE_STATIC_LIBRARY_SUFFIX}" CMAKE_SHARED_LIBRARY_PREFIX == "${CMAKE_SHARED_LIBRARY_PREFIX}" CMAKE_SHARED_LIBRARY_SUFFIX == "${CMAKE_SHARED_LIBRARY_SUFFIX}" +CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX == "${CMAKE_SHARED_LIBRARY_ARCHIVE_SUFFIX}" CMAKE_SHARED_MODULE_PREFIX == "${CMAKE_SHARED_MODULE_PREFIX}" CMAKE_SHARED_MODULE_SUFFIX == "${CMAKE_SHARED_MODULE_SUFFIX}" |