diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2019-06-25 15:03:24 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-07-11 12:28:35 (GMT) |
commit | cd681f1f414487978009bf489607325c2966824b (patch) | |
tree | 242f10145eddedbae8bd4b6a99073b7640642d99 /Help/manual | |
parent | d2ac3e3e59c8bb9955e65b3964857c58f4ef208a (diff) | |
download | CMake-cd681f1f414487978009bf489607325c2966824b.zip CMake-cd681f1f414487978009bf489607325c2966824b.tar.gz CMake-cd681f1f414487978009bf489607325c2966824b.tar.bz2 |
ctest: propagate make program to cmake
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 3 |
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. |