diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-07-11 20:30:18 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-07-11 20:30:18 (GMT) |
commit | 46f99c656531d52d9377ee2c82455b556592428f (patch) | |
tree | 860d611364ae7e4beb74ee37d71cb58695e4e43d /Source/CTest/cmCTestScriptHandler.h | |
parent | a605bd5225ce062670f50b3a6a8e0b84be002bb1 (diff) | |
download | CMake-46f99c656531d52d9377ee2c82455b556592428f.zip CMake-46f99c656531d52d9377ee2c82455b556592428f.tar.gz CMake-46f99c656531d52d9377ee2c82455b556592428f.tar.bz2 |
STYLE: move the code for writing the initial cache into its own separate
function, makes the long ProcessHandler() a little bit shorter
Alex
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h index c44cff0..709b928 100644 --- a/Source/CTest/cmCTestScriptHandler.h +++ b/Source/CTest/cmCTestScriptHandler.h @@ -91,6 +91,11 @@ public: static bool EmptyBinaryDirectory(const char *dir); /* + * Write an initial CMakeCache.txt from the given contents. + */ + static bool WriteInitialCache(const char* directory, const char* text); + + /* * Some elapsed time handling functions */ static void SleepInSeconds(unsigned int secondsToWait); |