mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'doc-no-versioned-soname'
3f7e6b3fd4 Help: Document CMAKE_PLATFORM_NO_VERSIONED_SONAME
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6978
This commit is contained in:
14
Help/variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME.rst
Normal file
14
Help/variable/CMAKE_PLATFORM_NO_VERSIONED_SONAME.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
CMAKE_PLATFORM_NO_VERSIONED_SONAME
|
||||
----------------------------------
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
This variable is used to globally control whether the
|
||||
:prop_tgt:`VERSION` and :prop_tgt:`SOVERSION` target
|
||||
properties should be used for shared libraries.
|
||||
When set to true, adding version information to each
|
||||
shared library target is disabled.
|
||||
|
||||
By default this variable is set only on platforms where
|
||||
CMake knows it is needed. On other platforms, the
|
||||
specified properties will be used for shared libraries.
|
||||
Reference in New Issue
Block a user