ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set

This commit is contained in:
Julien Jomier
2019-12-03 11:23:02 +01:00
committed by Kyle Edwards
parent c57bcf3b30
commit e6f758be6d
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.