summaryrefslogtreecommitdiffstats
path: root/Help/command/unset.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-24 14:39:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-24 14:39:39 (GMT)
commit008cb6aa991a515cd31a9b7e6a5837555ff2d43a (patch)
tree1c1b234a3d67c6426efcacdae816172ccb388801 /Help/command/unset.rst
parent2296ede5ad67ace711f3f9c2dff33ea1f9b9aeb4 (diff)
parentc2efb3efcd083523a73a2a9721b7101fbfc0fe0f (diff)
downloadCMake-008cb6aa991a515cd31a9b7e6a5837555ff2d43a.zip
CMake-008cb6aa991a515cd31a9b7e6a5837555ff2d43a.tar.gz
CMake-008cb6aa991a515cd31a9b7e6a5837555ff2d43a.tar.bz2
Merge topic 'scripting-commands'
c2efb3efcd Help: Revise docs on Scripting Commands Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2504
Diffstat (limited to 'Help/command/unset.rst')
-rw-r--r--Help/command/unset.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/unset.rst b/Help/command/unset.rst
index c19dd31..1a5e49f 100644
--- a/Help/command/unset.rst
+++ b/Help/command/unset.rst
@@ -3,7 +3,7 @@ unset
Unset a variable, cache variable, or environment variable.
-::
+.. code-block:: cmake
unset(<variable> [CACHE | PARENT_SCOPE])
@@ -24,7 +24,7 @@ for further details.
``<variable>`` can be an environment variable such as:
-::
+.. code-block:: cmake
unset(ENV{LD_LIBRARY_PATH})