summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-buildsystem.7.rst
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-18 19:06:47 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-18 19:11:04 (GMT)
commiteb77695e25cd039ddf5ec86f00e437cba992a39a (patch)
tree4a10c31dd4ff8b82cfc8a3cb1c4eb404c1826931 /Help/manual/cmake-buildsystem.7.rst
parentc36910476a9c41c22b0abaa028b0dd2a8f7d7e40 (diff)
downloadCMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.zip
CMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.tar.gz
CMake-eb77695e25cd039ddf5ec86f00e437cba992a39a.tar.bz2
Help: clean up some minor typos
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 07e55cf..0990320 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -99,7 +99,7 @@ target property to create an macOS or iOS Framework Bundle.
A library with the ``FRAMEWORK`` target property should also set the
:prop_tgt:`FRAMEWORK_VERSION` target property. This property is typically
set to the value of "A" by macOS conventions.
-The ``MACOSX_FRAMEWORK_IDENTIFIER`` sets ``CFBundleIdentifier`` key
+The ``MACOSX_FRAMEWORK_IDENTIFIER`` sets the ``CFBundleIdentifier`` key
and it uniquely identifies the bundle.
.. code-block:: cmake