diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 472f87d6e..b51ea2a04 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -2688,7 +2688,6 @@ const char *cmTarget::GetProperty(const char* prop, this->GetType() == cmTarget::STATIC_LIBRARY || this->GetType() == cmTarget::SHARED_LIBRARY || this->GetType() == cmTarget::MODULE_LIBRARY || - this->GetType() == cmTarget::INTERFACE_LIBRARY || this->GetType() == cmTarget::UNKNOWN_LIBRARY) { if(strcmp(prop,"LOCATION") == 0)