diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-05-07 17:05:15 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2015-05-07 17:05:54 (GMT) |
commit | 753da8c6f14f68d59978b63a57c343c7f0dec72f (patch) | |
tree | e9dcba3e62daa42513871bdd3a59667e4e16d490 /Help | |
parent | 5ab896aede1efc0cd35ae73f0a9b400258fcad09 (diff) | |
download | CMake-753da8c6f14f68d59978b63a57c343c7f0dec72f.zip CMake-753da8c6f14f68d59978b63a57c343c7f0dec72f.tar.gz CMake-753da8c6f14f68d59978b63a57c343c7f0dec72f.tar.bz2 |
ctest_build: update the default target documentation
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/ctest_build.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index 7c9029e..2c3cfa8 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -12,7 +12,8 @@ Builds the given build directory and stores results in Build.xml. If no ``BUILD`` is given, the :variable:`CTEST_BINARY_DIRECTORY` variable is used. The ``TARGET`` variable can be used to specify a build target. If none is -specified, the "all" target will be built. +specified, the default target ("ALL_BUILD" for Visual Studio generators and +"all" in others) will be built. The ``RETURN_VALUE`` option specifies a variable in which to store the return value of the native build tool. The ``NUMBER_ERRORS`` and |