summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 17:43:41 +0100
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 22:22:34 +0100
commitff91071a14885b9e031b262e5d576b8f174870a2 (patch)
treee5bd0f4c5849ff905701c05001a7159ee527f6f5 /Source/cmTarget.h
parentafc4612fa57da09748745fefac02a2086f374db1 (diff)
downloadcmake-ff91071a14885b9e031b262e5d576b8f174870a2.tar.gz
cmTarget: Move member method `CheckImportedLibName` to impl
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index a4696c85dd..c0a0cb555e 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;