summaryrefslogtreecommitdiffstats
path: root/Source/cmState.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-06 17:47:21 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-15 15:43:50 (GMT)
commitde722d7d63866613aaa8105b52ee90ffe2721136 (patch)
tree4a932bce34fc143f5d69e811c764edc55c8cf960 /Source/cmState.cxx
parent9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4 (diff)
downloadCMake-de722d7d63866613aaa8105b52ee90ffe2721136.zip
CMake-de722d7d63866613aaa8105b52ee90ffe2721136.tar.gz
CMake-de722d7d63866613aaa8105b52ee90ffe2721136.tar.bz2
Move property initialization to cmState.
Diffstat (limited to 'Source/cmState.cxx')
-rw-r--r--Source/cmState.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmState.cxx b/Source/cmState.cxx
index e46846e..96f8a51 100644
--- a/Source/cmState.cxx
+++ b/Source/cmState.cxx
@@ -22,6 +22,7 @@ cmState::cmState(cmake* cm)
: CMakeInstance(cm),
IsInTryCompile(false)
{
+ this->Initialize();
}
cmState::~cmState()