From e0213882222798eec587a4dbed6f28555d64b8d9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 25 Oct 2015 15:09:41 +0100 Subject: cmTarget: Remove obsolete member --- Source/cmTarget.cxx | 4 ---- Source/cmTarget.h | 1 - 2 files changed, 5 deletions(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index a016e92..da49048 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -61,7 +61,6 @@ cmTarget::cmTarget() this->HaveInstallRule = false; this->DLLPlatform = false; this->IsAndroid = false; - this->IsApple = false; this->IsImportedTarget = false; this->BuildInterfaceIncludesAppended = false; } @@ -98,9 +97,6 @@ void cmTarget::SetMakefile(cmMakefile* mf) strcmp(this->Makefile->GetSafeDefinition("CMAKE_SYSTEM_NAME"), "Android") == 0; - // Check whether we are targeting an Apple platform. - this->IsApple = this->Makefile->IsOn("APPLE"); - // Setup default property values. if (this->GetType() != cmState::INTERFACE_LIBRARY && this->GetType() != cmState::UTILITY) diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 52ed578..f3a45d3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -357,7 +357,6 @@ private: bool RecordDependencies; bool DLLPlatform; bool IsAndroid; - bool IsApple; bool IsImportedTarget; bool BuildInterfaceIncludesAppended; #if defined(_WIN32) && !defined(__CYGWIN__) -- cgit v0.12