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 c0b9e09..dda6e6a 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -213,8 +213,6 @@ public: bool IsImported() const {return this->IsImportedTarget;} - void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const; - /** Strip off leading and trailing whitespace from an item named in the link dependencies of this target. */ std::string CheckCMP0004(std::string const& item) const; |