summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-07-11 20:27:28 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-07-11 20:27:28 (GMT)
commita605bd5225ce062670f50b3a6a8e0b84be002bb1 (patch)
tree1663d37836632e5ec57589bcacdf5e012cdbea52 /Source/CTest/cmCTestScriptHandler.h
parentf888a0efafafeb20753fa250deb2675bb627c595 (diff)
downloadCMake-a605bd5225ce062670f50b3a6a8e0b84be002bb1.zip
CMake-a605bd5225ce062670f50b3a6a8e0b84be002bb1.tar.gz
CMake-a605bd5225ce062670f50b3a6a8e0b84be002bb1.tar.bz2
STYLE: rename InitCache to InitialCache, since it contains the contents for
the initial cache and is not e.g. a flag which shows whether the cache should be initialized Alex
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r--Source/CTest/cmCTestScriptHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h
index ba59a33..c44cff0 100644
--- a/Source/CTest/cmCTestScriptHandler.h
+++ b/Source/CTest/cmCTestScriptHandler.h
@@ -151,7 +151,7 @@ private:
cmStdString CTestCmd;
cmStdString UpdateCmd;
cmStdString CTestEnv;
- cmStdString InitCache;
+ cmStdString InitialCache;
cmStdString CMakeCmd;
cmStdString CMOutFile;
std::vector<cmStdString> ExtraUpdates;