diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 16:43:41 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 21:22:34 (GMT) |
commit | ff91071a14885b9e031b262e5d576b8f174870a2 (patch) | |
tree | e5bd0f4c5849ff905701c05001a7159ee527f6f5 /Source/cmTarget.h | |
parent | afc4612fa57da09748745fefac02a2086f374db1 (diff) | |
download | CMake-ff91071a14885b9e031b262e5d576b8f174870a2.zip CMake-ff91071a14885b9e031b262e5d576b8f174870a2.tar.gz CMake-ff91071a14885b9e031b262e5d576b8f174870a2.tar.bz2 |
cmTarget: Move member method `CheckImportedLibName` to impl
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; |