diff options
author | Julien Jomier <julien.jomier@kitware.com> | 2019-12-03 10:23:02 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-12-09 18:10:59 (GMT) |
commit | e6f758be6dcd11e901ed86f56c4fdd7e7cb86cca (patch) | |
tree | 3fec0870009c86bacbc37e170465f7565cba61bc /Help/variable | |
parent | c57bcf3b3025875dfbfd1d1f6eca1291abf4d2f7 (diff) | |
download | CMake-e6f758be6dcd11e901ed86f56c4fdd7e7cb86cca.zip CMake-e6f758be6dcd11e901ed86f56c4fdd7e7cb86cca.tar.gz CMake-e6f758be6dcd11e901ed86f56c4fdd7e7cb86cca.tar.bz2 |
ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when set
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_CONFIGURATION_TYPE.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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. |