1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00

Add release note for the -S and -B options.

This commit is contained in:
Robert Maynard
2018-09-08 17:28:03 -04:00
parent de962cc00d
commit 638f00117a

View File

@@ -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``.