diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-05-07 17:05:30 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2015-05-07 17:05:54 (GMT) |
commit | 5731fb2e5e30747a46b1e328539310d059115ad9 (patch) | |
tree | cc58e8cb0becc936d3f8b6989fbcc5ec92510835 /Help/command | |
parent | 753da8c6f14f68d59978b63a57c343c7f0dec72f (diff) | |
download | CMake-5731fb2e5e30747a46b1e328539310d059115ad9.zip CMake-5731fb2e5e30747a46b1e328539310d059115ad9.tar.gz CMake-5731fb2e5e30747a46b1e328539310d059115ad9.tar.bz2 |
ctest_build: mention CTEST_BUILD_COMMAND in the docs
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_build.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index 2c3cfa8..5c0a4e9 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -29,7 +29,8 @@ that would have been printed to the console otherwise. The summary of warnings / errors, as well as the output from the native build tool is unaffected by this option. -If set, the contents of the variable ``CTEST_BUILD_FLAGS`` are passed as -additional arguments to the underlying build command. This can, e.g., be used -to trigger a parallel build using the ``-j`` option of make. See -:module:`ProcessorCount` for an example. +If set, the contents of the variable ``CTEST_BUILD_COMMAND`` is used to build +the project. In addition, if set, the contents of the variable +``CTEST_BUILD_FLAGS`` are passed as additional arguments to the underlying +build command. This can, e.g., be used to trigger a parallel build using the +``-j`` option of make. See :module:`ProcessorCount` for an example. |