From 8c13d7709bb2a254e5927d3df1346d8264ba1bd5 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 6 Apr 2015 18:35:49 +0200 Subject: cmake: Don't set the CMakeInstance on the Properties member. There is no need, as global properties have nowhere to chain up to. --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12