diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index a4696c8..c0a0cb5 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -266,9 +266,6 @@ private: void SetPropertyDefault(const std::string& property, const char* default_value); - bool CheckImportedLibName(std::string const& prop, - std::string const& value) const; - private: cmTargetInternalPointer impl; |