summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/include-guard.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/include-guard.rst')
-rw-r--r--Help/release/dev/include-guard.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/include-guard.rst b/Help/release/dev/include-guard.rst
deleted file mode 100644
index 9b0c64c..0000000
--- a/Help/release/dev/include-guard.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-include_guard
--------------
-
-* The :command:`include_guard` command was introduced to allow guarding
- CMake scripts from being included more than once. The command supports
- ``DIRECTORY`` and ``GLOBAL`` options to adjust the corresponding include guard
- scope. If no options given, include guard is similar to basic variable-based
- check.