summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorJiang Yi <jiangyilism@gmail.com>2019-03-06 12:49:51 (GMT)
committerJiang Yi <jiangyilism@gmail.com>2019-03-16 17:31:25 (GMT)
commit73f23d1e0087a3b025ab7ba6b3e6195f19b40e1b (patch)
tree2b2d3e527cd174812505c6a0b3a3f339bc532c7e /Help/release
parent7358f317e356dff8ef2c1cdd216b9e6063cd4d9a (diff)
downloadCMake-73f23d1e0087a3b025ab7ba6b3e6195f19b40e1b.zip
CMake-73f23d1e0087a3b025ab7ba6b3e6195f19b40e1b.tar.gz
CMake-73f23d1e0087a3b025ab7ba6b3e6195f19b40e1b.tar.bz2
cmake: add '--install <dir>' option
Fixes: #19023
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cmake--install_option.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cmake--install_option.rst b/Help/release/dev/cmake--install_option.rst
new file mode 100644
index 0000000..8e526a0
--- /dev/null
+++ b/Help/release/dev/cmake--install_option.rst
@@ -0,0 +1,6 @@
+cmake--install-option
+---------------------
+
+* A new ``--install`` option was added to :manual:`cmake(1)`.
+ This may be used after building a project to run installation without
+ using the generated build system or the native build tool.