diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-20 12:50:19 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-11-20 20:23:59 (GMT) |
commit | 3125c47d27d4d57cb31e10c4bd658fc1e352299d (patch) | |
tree | 420977254a737332c5edc9126f43dda8c7fc7582 /Help/command | |
parent | 36bbd07a765820ddbcaef3db4e2a78d95910f5e1 (diff) | |
download | CMake-3125c47d27d4d57cb31e10c4bd658fc1e352299d.zip CMake-3125c47d27d4d57cb31e10c4bd658fc1e352299d.tar.gz CMake-3125c47d27d4d57cb31e10c4bd658fc1e352299d.tar.bz2 |
ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value
Since commit v3.0.0-rc1~260^2~32 (ctest_build: Use "cmake --build"
to launch the native build tool, 2013-11-14) we no longer need to
use the project name in `ctest_build()`.
Fixes: #18612
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_build.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index 55bb4a3..66e1844 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -50,9 +50,7 @@ The options are: for an example. ``PROJECT_NAME <project-name>`` - Set the name of the project to build. This should correspond - to the top-level call to the :command:`project` command. - If not specified the ``CTEST_PROJECT_NAME`` variable will be checked. + Ignored. This was once used but is no longer needed. ``TARGET <target-name>`` Specify the name of a target to build. If not specified the |