diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-06 17:47:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-15 15:43:50 (GMT) |
commit | de722d7d63866613aaa8105b52ee90ffe2721136 (patch) | |
tree | 4a932bce34fc143f5d69e811c764edc55c8cf960 /Source/cmState.cxx | |
parent | 9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4 (diff) | |
download | CMake-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.cxx | 1 |
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() |