diff options
Diffstat (limited to 'Help/release/dev/cmake-explicit-dirs.rst')
-rw-r--r-- | Help/release/dev/cmake-explicit-dirs.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/cmake-explicit-dirs.rst b/Help/release/dev/cmake-explicit-dirs.rst deleted file mode 100644 index 35f2d3a..0000000 --- a/Help/release/dev/cmake-explicit-dirs.rst +++ /dev/null @@ -1,10 +0,0 @@ -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``. |