summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cmake-short-target-option.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/cmake-short-target-option.rst')
-rw-r--r--Help/release/dev/cmake-short-target-option.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/cmake-short-target-option.rst b/Help/release/dev/cmake-short-target-option.rst
deleted file mode 100644
index 5eac042..0000000
--- a/Help/release/dev/cmake-short-target-option.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-cmake-short-target-option
-----------------------------
-
-* The :manual:`cmake(1)` ``--target`` parameter gained shorter
- version ``-t``, e.g. ``cmake --build . -t Library1 Library2`` is
- equivalant to ``cmake --build . --target Library1 Library2``.