diff options
author | scivision <scivision@users.noreply.github.com> | 2023-02-17 14:53:05 (GMT) |
---|---|---|
committer | scivision <scivision@users.noreply.github.com> | 2023-02-19 01:13:40 (GMT) |
commit | f0e60ea867f8ac96fd855754b9f71329d36f7e52 (patch) | |
tree | 69e6595632f1b9d0313d8d19bb5f1d5e40fefe78 /Help/manual/cmake-gui.1.rst | |
parent | 8b1160b509962f9ef6be43ef495a23f359c910ce (diff) | |
download | CMake-f0e60ea867f8ac96fd855754b9f71329d36f7e52.zip CMake-f0e60ea867f8ac96fd855754b9f71329d36f7e52.tar.gz CMake-f0e60ea867f8ac96fd855754b9f71329d36f7e52.tar.bz2 |
Help: cmake (1): put modern configure signature first
recommend compact, most robust signature first. So many people are
still using the multi-step pre-3.13 way of initializing a build.
Rather than simply
cmake -Bbuild
which is one step instead of 3 just to configure a new project.
Diffstat (limited to 'Help/manual/cmake-gui.1.rst')
-rw-r--r-- | Help/manual/cmake-gui.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst index 367b0a7..26083ca 100644 --- a/Help/manual/cmake-gui.1.rst +++ b/Help/manual/cmake-gui.1.rst @@ -9,8 +9,8 @@ Synopsis .. parsed-literal:: cmake-gui [<options>] + cmake-gui [<options>] -B <path-to-build> [-S <path-to-source>] cmake-gui [<options>] <path-to-source | path-to-existing-build> - cmake-gui [<options>] -S <path-to-source> -B <path-to-build> cmake-gui [<options>] --browse-manual [<filename>] Description |