summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cmake-explicit-dirs.rst
blob: 35f2d3ab5539132cc07ddbb9b79ae9c01e4a44fb (plain)
1
2
3
4
5
6
7
8
9
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``.