diff options
author | Brad King <brad.king@kitware.com> | 2017-10-05 11:59:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-05 12:00:03 (GMT) |
commit | dd5835c0d69d8640b266b46c6959b974a9b8cfe9 (patch) | |
tree | 4d22a78fdb262a5f8b351fe523e2ac5aa015f7d9 /Help/release/dev/include-guard.rst | |
parent | 4ffa4ddd8078918583fc03302fa3c3db2c1ca733 (diff) | |
download | CMake-dd5835c0d69d8640b266b46c6959b974a9b8cfe9.zip CMake-dd5835c0d69d8640b266b46c6959b974a9b8cfe9.tar.gz CMake-dd5835c0d69d8640b266b46c6959b974a9b8cfe9.tar.bz2 |
Help: Consolidate 3.10 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move
notes from `Help/release/dev/*` into `Help/release/3.10.rst`.
Diffstat (limited to 'Help/release/dev/include-guard.rst')
-rw-r--r-- | Help/release/dev/include-guard.rst | 8 |
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. |