diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-06 16:35:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-12 18:08:45 (GMT) |
commit | 8c13d7709bb2a254e5927d3df1346d8264ba1bd5 (patch) | |
tree | 677da1604d51cdbdabd53d5e6ec0f8515f7f5d41 /Source/cmake.cxx | |
parent | 55ecd818f6bf70590d61584a87aae7bba992e26d (diff) | |
download | CMake-8c13d7709bb2a254e5927d3df1346d8264ba1bd5.zip CMake-8c13d7709bb2a254e5927d3df1346d8264ba1bd5.tar.gz CMake-8c13d7709bb2a254e5927d3df1346d8264ba1bd5.tar.bz2 |
cmake: Don't set the CMakeInstance on the Properties member.
There is no need, as global properties have nowhere to chain up
to.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 7595155..99c12d6 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -187,7 +187,6 @@ cmake::~cmake() void cmake::InitializeProperties() { this->Properties.clear(); - this->Properties.SetCMakeInstance(this); this->PropertyDefinitions.clear(); // initialize properties |