mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
cmTarget: Remove obsolete member
This commit is contained in:
@@ -61,7 +61,6 @@ cmTarget::cmTarget()
|
|||||||
this->HaveInstallRule = false;
|
this->HaveInstallRule = false;
|
||||||
this->DLLPlatform = false;
|
this->DLLPlatform = false;
|
||||||
this->IsAndroid = false;
|
this->IsAndroid = false;
|
||||||
this->IsApple = false;
|
|
||||||
this->IsImportedTarget = false;
|
this->IsImportedTarget = false;
|
||||||
this->BuildInterfaceIncludesAppended = false;
|
this->BuildInterfaceIncludesAppended = false;
|
||||||
}
|
}
|
||||||
@@ -98,9 +97,6 @@ void cmTarget::SetMakefile(cmMakefile* mf)
|
|||||||
strcmp(this->Makefile->GetSafeDefinition("CMAKE_SYSTEM_NAME"),
|
strcmp(this->Makefile->GetSafeDefinition("CMAKE_SYSTEM_NAME"),
|
||||||
"Android") == 0;
|
"Android") == 0;
|
||||||
|
|
||||||
// Check whether we are targeting an Apple platform.
|
|
||||||
this->IsApple = this->Makefile->IsOn("APPLE");
|
|
||||||
|
|
||||||
// Setup default property values.
|
// Setup default property values.
|
||||||
if (this->GetType() != cmState::INTERFACE_LIBRARY
|
if (this->GetType() != cmState::INTERFACE_LIBRARY
|
||||||
&& this->GetType() != cmState::UTILITY)
|
&& this->GetType() != cmState::UTILITY)
|
||||||
|
|||||||
@@ -357,7 +357,6 @@ private:
|
|||||||
bool RecordDependencies;
|
bool RecordDependencies;
|
||||||
bool DLLPlatform;
|
bool DLLPlatform;
|
||||||
bool IsAndroid;
|
bool IsAndroid;
|
||||||
bool IsApple;
|
|
||||||
bool IsImportedTarget;
|
bool IsImportedTarget;
|
||||||
bool BuildInterfaceIncludesAppended;
|
bool BuildInterfaceIncludesAppended;
|
||||||
#if defined(_WIN32) && !defined(__CYGWIN__)
|
#if defined(_WIN32) && !defined(__CYGWIN__)
|
||||||
|
|||||||
Reference in New Issue
Block a user