summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-28 13:29:10 +0000
committerKitware Robot <kwrobot@kitware.com>2023-02-28 08:29:20 -0500
commit40539096fd47d3ed15d6d87e23b687cf6483034d (patch)
tree83f8dc7e7b7fc42a6666ac33c828126aff720f25 /Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst
parent22a491c3ea790532511e8de09692ccd002447c9d (diff)
parenta7f9c7da2618c795db534890124718fd0d9c73ce (diff)
downloadcmake-40539096fd47d3ed15d6d87e23b687cf6483034d.tar.gz
Merge topic 'dll-name-soversion'
a7f9c7da26 Add option to add SOVERSION to DLL names 9694504adc Tests: Simplify RunCMake.TargetArtifacts spec 3cd34eb279 Tests: Rename RunCMake.{ArtifactOutputDirs => TargetArtifacts} Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8021
Diffstat (limited to 'Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst')
-rw-r--r--Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst b/Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst
new file mode 100644
index 0000000000..5fa49dede4
--- /dev/null
+++ b/Help/variable/CMAKE_DLL_NAME_WITH_SOVERSION.rst
@@ -0,0 +1,14 @@
+CMAKE_DLL_NAME_WITH_SOVERSION
+-----------------------------
+
+.. versionadded:: 3.27
+
+This variable is used to initialize the :prop_tgt:`DLL_NAME_WITH_SOVERSION`
+property on shared library targets for the Windows platform, which is selected
+when the :variable:`WIN32` variable is set.
+
+See this target property for additional information.
+
+Please note that setting this variable has no effect if versioned filenames
+are globally disabled with the :variable:`CMAKE_PLATFORM_NO_VERSIONED_SONAME`
+variable.