summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2018-09-08 21:28:03 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2018-09-15 15:25:47 (GMT)
commit638f00117a8166702950a6c730fdfa453f788659 (patch)
tree62cf09509fcaac9ec2aaa1bf34d8ad1dfe700487 /Help
parentde962cc00d66a5303e42ba7ea2311b131eaefe18 (diff)
downloadCMake-638f00117a8166702950a6c730fdfa453f788659.zip
CMake-638f00117a8166702950a6c730fdfa453f788659.tar.gz
CMake-638f00117a8166702950a6c730fdfa453f788659.tar.bz2
Add release note for the -S and -B options.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/cmake-explicit-dirs.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-explicit-dirs.rst b/Help/release/dev/cmake-explicit-dirs.rst
new file mode 100644
index 0000000..35f2d3a
--- /dev/null
+++ b/Help/release/dev/cmake-explicit-dirs.rst
@@ -0,0 +1,10 @@
+cmake-explicit-dirs
+-------------------
+
+* The :manual:`cmake <cmake(1)>` command gained the ``-S <source_dir>``
+ command line option to specify the location of the source directory.
+ This option can be used independently of ``-B``.
+
+* The :manual:`cmake <cmake(1)>` command gained the ``-B <build_dir>``
+ command line option to specify the location of the build directory.
+ This option can be used independently of ``-S``.