diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index a2846df..7715c7c 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -217,8 +217,6 @@ public: the link dependencies of this target. */ std::string CheckCMP0004(std::string const& item) const; - const char* ImportedGetLocation(const std::string& config) const; - /** Get the target major and minor version numbers interpreted from the VERSION property. Version 0 is returned if the property is not set or cannot be parsed. */ |