ctest_build: update the default target documentation

This commit is contained in:
Ben Boeckel 2015-05-07 13:05:15 -04:00
parent 5ab896aede
commit 753da8c6f1
1 changed files with 2 additions and 1 deletions

View File

@ -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