summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-03-20 14:35:52 -0700
committerHaibo Huang <hhb@google.com>2020-03-20 14:39:15 -0700
commit87598ef34aa679810973c8b653a25a7754ea1cbb (patch)
treed905ec0387f56e0e46877e855e24c6026ed63328 /share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst
parent241d398b85ef7f34bdb14edfbfc54c2c02001314 (diff)
downloadwindows-x86-87598ef34aa679810973c8b653a25a7754ea1cbb.tar.gz
Upgrade cmake prebuilt to 3.17.0 [Windows]
Built at: http://fusion/41cbe67d-6367-4e4d-8c20-da8e05c72385 Change-Id: Ic32483d5670b34b10eff6ee03e990cb463de6763
Diffstat (limited to 'share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst')
-rw-r--r--share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst b/share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst
new file mode 100644
index 0000000..4a1d3f0
--- /dev/null
+++ b/share/cmake-3.17/Help/prop_tgt/MACHO_CURRENT_VERSION.rst
@@ -0,0 +1,13 @@
+MACHO_CURRENT_VERSION
+---------------------
+
+What current version number is this target for Mach-O binaries.
+
+For shared libraries on Mach-O systems (e.g. macOS, iOS)
+the :prop_tgt:`MACHO_COMPATIBILITY_VERSION` property correspond to
+``compatibility version`` and ``MACHO_CURRENT_VERSION`` to ``current version``.
+See the :prop_tgt:`FRAMEWORK` target property for an example.
+
+Versions of Mach-O binaries may be checked with the ``otool -L <binary>``
+command. If ``MACHO_CURRENT_VERSION`` is not set, the value of
+the :prop_tgt:`VERSION` property will be used.