diff options
author | Brad King <brad.king@kitware.com> | 2014-08-18 15:21:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-18 15:21:55 (GMT) |
commit | e7dda7b9b7373dc823977766d0947a4ca28845cd (patch) | |
tree | f63fc18d0ff729134934c0e8ee800496a497c45a /Help/variable | |
parent | de547ca5c3053293d144b3c8b133f701d4b81150 (diff) | |
parent | 653529ce55a9c33fa7378708793caac92a857794 (diff) | |
download | CMake-e7dda7b9b7373dc823977766d0947a4ca28845cd.zip CMake-e7dda7b9b7373dc823977766d0947a4ca28845cd.tar.gz CMake-e7dda7b9b7373dc823977766d0947a4ca28845cd.tar.bz2 |
Merge topic 'ctest_update_status_only'
653529ce CTest: Allow / to be in the build name, and be consistent with the build name
39b5df2f ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the version
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_UPDATE_VERSION_ONLY.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst b/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst new file mode 100644 index 0000000..e646e6e --- /dev/null +++ b/Help/variable/CTEST_UPDATE_VERSION_ONLY.rst @@ -0,0 +1,5 @@ +CTEST_UPDATE_VERSION_ONLY +------------------------- + +Specify the CTest ``UpdateVersionOnly`` setting +in a :manual:`ctest(1)` dashboard client script. |