summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-07-11 14:58:48 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-07-11 14:58:48 (GMT)
commit86b332c25d22f7050ed60c1604c2a188c5885619 (patch)
treea24e0c71065919d0e2171b85c4b789526277ddbd /Source/cmGeneratorTarget.h
parent189f723509a5077d044510e90b01775e2997302a (diff)
downloadCMake-86b332c25d22f7050ed60c1604c2a188c5885619.zip
CMake-86b332c25d22f7050ed60c1604c2a188c5885619.tar.gz
CMake-86b332c25d22f7050ed60c1604c2a188c5885619.tar.bz2
Return std::string from cmGeneratorTarget::ImportedGetLocation
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 6a36116..6c1f931 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -658,7 +658,7 @@ public:
no soname at all. */
bool IsImportedSharedLibWithoutSOName(const std::string& config) const;
- const char* ImportedGetLocation(const std::string& config) const;
+ std::string 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