summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-06-14 06:19:28 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-06-14 06:19:28 (GMT)
commit6636b11997afdef0eca1effddcc0a0d4f4ae5d58 (patch)
tree27244748892709119202773ee79a77198feebe44
parentc2390f7676d260d3afaa4e2ce6af72be3ac5a7f8 (diff)
downloadCMake-6636b11997afdef0eca1effddcc0a0d4f4ae5d58.zip
CMake-6636b11997afdef0eca1effddcc0a0d4f4ae5d58.tar.gz
CMake-6636b11997afdef0eca1effddcc0a0d4f4ae5d58.tar.bz2
Help: Minor grammar and formatting cleanup
-rw-r--r--Help/policy/CMP0164.rst4
-rw-r--r--Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/Help/policy/CMP0164.rst b/Help/policy/CMP0164.rst
index 5ab2ee9..9702cc2 100644
--- a/Help/policy/CMP0164.rst
+++ b/Help/policy/CMP0164.rst
@@ -7,8 +7,8 @@ CMP0164
the platform.
In CMake 3.29 and below, on platforms that do not support shared libraries
-(:prop_gbl:`TARGET_SUPPORTS_SHARED_LIBS` is ``false``), the
-:command:`add_library` command automatically converted ``SHARED`` libraries to
+(:prop_gbl:`TARGET_SUPPORTS_SHARED_LIBS` is false), the
+:command:`add_library` command automatically converts ``SHARED`` libraries to
``STATIC`` libraries to help users build projects on such platforms. However,
the semantics of shared and static libraries are different enough that such
automatic conversion cannot work in general. Projects using shared libraries
diff --git a/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst b/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst
index f6e89fb..6846b63 100644
--- a/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst
+++ b/Help/prop_gbl/TARGET_SUPPORTS_SHARED_LIBS.rst
@@ -3,7 +3,7 @@ TARGET_SUPPORTS_SHARED_LIBS
Does the target platform support shared libraries.
-TARGET_SUPPORTS_SHARED_LIBS is a boolean specifying whether the target
+``TARGET_SUPPORTS_SHARED_LIBS`` is a boolean specifying whether the target
platform supports shared libraries. Basically all current general
-general purpose OS do so, the exception are usually embedded systems
+purpose OS do so, the exceptions are usually embedded systems
with no or special OSs.