diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2011-02-28 20:26:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-03-15 19:07:37 (GMT) |
commit | 28cdd0a5be086004e5afedbbe5adb61be7adc9cc (patch) | |
tree | 13d6dc3b8b17b8a3af0d8d14995a6ccb634715d6 /Source/cmCTest.h | |
parent | fbe435652d97a16911d418ad6dd0b455905256ca (diff) | |
download | CMake-28cdd0a5be086004e5afedbbe5adb61be7adc9cc.zip CMake-28cdd0a5be086004e5afedbbe5adb61be7adc9cc.tar.gz CMake-28cdd0a5be086004e5afedbbe5adb61be7adc9cc.tar.bz2 |
Don't tar/gz ctest_upload() files
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 4bd628f..3b02748 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -195,6 +195,8 @@ public: //! tar/gzip and then base 64 encode a file std::string Base64GzipEncodeFile(std::string file); + //! base64 encode a file + std::string Base64EncodeFile(std::string file); /** * Return the time remaining that the script is allowed to run in |