summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-12-11 15:59:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-12-11 16:00:13 (GMT)
commit106137492b2d396e292745c2cb344d414640d6be (patch)
treec097ccbeb5cbefe2a739cbac360a302d79566d8a /Help
parent651b5d157ae43c07e743af94ebf71b624734c4d5 (diff)
parente6f758be6dcd11e901ed86f56c4fdd7e7cb86cca (diff)
downloadCMake-106137492b2d396e292745c2cb344d414640d6be.zip
CMake-106137492b2d396e292745c2cb344d414640d6be.tar.gz
CMake-106137492b2d396e292745c2cb344d414640d6be.tar.bz2
Merge topic 'ctest-configuration-type'
e6f758be6d ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4109
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ctest-configuration-type.rst5
-rw-r--r--Help/variable/CTEST_CONFIGURATION_TYPE.rst3
2 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/ctest-configuration-type.rst b/Help/release/dev/ctest-configuration-type.rst
new file mode 100644
index 0000000..89e36c4
--- /dev/null
+++ b/Help/release/dev/ctest-configuration-type.rst
@@ -0,0 +1,5 @@
+ctest-configuration-type
+------------------------
+
+* The :variable:`CTEST_CONFIGURATION_TYPE` variable is now set from the command
+ line when :manual:`ctest(1)` is invoked with ``-C <cfg>``.
diff --git a/Help/variable/CTEST_CONFIGURATION_TYPE.rst b/Help/variable/CTEST_CONFIGURATION_TYPE.rst
index c905480..9e277fa 100644
--- a/Help/variable/CTEST_CONFIGURATION_TYPE.rst
+++ b/Help/variable/CTEST_CONFIGURATION_TYPE.rst
@@ -3,3 +3,6 @@ CTEST_CONFIGURATION_TYPE
Specify the CTest ``DefaultCTestConfigurationType`` setting
in a :manual:`ctest(1)` dashboard client script.
+
+If the configuration type is set via ``-C <cfg>`` from the command line
+then this variable is populated accordingly.