From 638f00117a8166702950a6c730fdfa453f788659 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Sat, 8 Sep 2018 17:28:03 -0400 Subject: Add release note for the -S and -B options. --- Help/release/dev/cmake-explicit-dirs.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Help/release/dev/cmake-explicit-dirs.rst 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 ` command gained the ``-S `` + command line option to specify the location of the source directory. + This option can be used independently of ``-B``. + +* The :manual:`cmake ` command gained the ``-B `` + command line option to specify the location of the build directory. + This option can be used independently of ``-S``. -- cgit v0.12