summaryrefslogtreecommitdiffstats
path: root/Help
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
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')
-rw-r--r--Help/manual/ctest.1.rst3
-rw-r--r--Help/release/dev/ctest-build-makeprogram-propagated-configure-pass.rst6
2 files changed, 8 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.
diff --git a/Help/release/dev/ctest-build-makeprogram-propagated-configure-pass.rst b/Help/release/dev/ctest-build-makeprogram-propagated-configure-pass.rst
new file mode 100644
index 0000000..4465de8
--- /dev/null
+++ b/Help/release/dev/ctest-build-makeprogram-propagated-configure-pass.rst
@@ -0,0 +1,6 @@
+ctest-build-makeprogram-propagated-configure-pass
+-------------------------------------------------
+
+* :manual:`ctest(1)` ``--build-makeprogram`` now specifies the make program
+ used when configuring a project with the Ninja and Makefiles generators
+ in addition to building it.