diff options
Diffstat (limited to 'Help/release/dev/cmake-install-prefix-command.rst')
-rw-r--r-- | Help/release/dev/cmake-install-prefix-command.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-install-prefix-command.rst b/Help/release/dev/cmake-install-prefix-command.rst new file mode 100644 index 0000000..2de5d91 --- /dev/null +++ b/Help/release/dev/cmake-install-prefix-command.rst @@ -0,0 +1,8 @@ +cmake-install-prefix-command +---------------------------- + +* The :manual:`cmake(1)` command gained the ``--install-prefix <dir>`` + command line option to specify the location of the install prefix. + +* :manual:`cmake-presets(7)` configure preset gained support for specifying + the install prefix. |