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
This commit is contained in:
Kyle Edwards
2019-12-11 15:59:41 +00:00
committed by Kitware Robot
7 changed files with 45 additions and 0 deletions

View File

@@ -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.