summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-12 20:10:19 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-12 20:10:32 (GMT)
commit82a72bfc1b90373c936c5010ece28423906e1e74 (patch)
treea29f8d6c4c6318dd48d1b3c5329577a9bfd152bf /Help/manual
parentf9e0cf64176628d07871741da2c6f585f52c4e39 (diff)
parentcd681f1f414487978009bf489607325c2966824b (diff)
downloadCMake-82a72bfc1b90373c936c5010ece28423906e1e74.zip
CMake-82a72bfc1b90373c936c5010ece28423906e1e74.tar.gz
CMake-82a72bfc1b90373c936c5010ece28423906e1e74.tar.bz2
Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'
cd681f1f41 ctest: propagate make program to cmake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3483
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/ctest.1.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 5773176..c6b1425 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -443,7 +443,8 @@ this mode include:
Specify the name of the project to build.
``--build-makeprogram``
- Override the make program chosen by CTest with a given one.
+ Specify the explicit make program to be used by CMake when configuring and
+ building the project. Only applicable for Make and Ninja based generators.
``--build-noclean``
Skip the make clean step.