diff options
author | Brad King <brad.king@kitware.com> | 2018-11-27 13:48:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-11-27 13:48:49 (GMT) |
commit | bae71966fb35649dda8fc4f962316e3dbea8f787 (patch) | |
tree | f65819995f54f12c998d5b93d813855e5a53d866 /Help | |
parent | 2a6e8644dd9650c7c749990410a5c50f12a786cb (diff) | |
parent | d9195ab081b9c23a96d5a9c1b8e8be4da4f6e976 (diff) | |
download | CMake-bae71966fb35649dda8fc4f962316e3dbea8f787.zip CMake-bae71966fb35649dda8fc4f962316e3dbea8f787.tar.gz CMake-bae71966fb35649dda8fc4f962316e3dbea8f787.tar.bz2 |
Merge topic 'ctest-updates'
d9195ab081 Tests: Teach run_ctest to handle removal of CTestConfig.cmake
1ca53f5ef1 Remove unnecessary CTEST_PROJECT_NAME variables
15ac4aae0e Remove warning when no CTestConfig.cmake file exists
3125c47d27 ctest_build: Do not require unnecessary [CTEST_]PROJECT_NAME value
36bbd07a76 CDashUpload: Use the query part of the submit url as field
e1dfe8cee6 CTest: Don't require 'submit.php?' in submit location
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2640
Diffstat (limited to 'Help')
-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 |