summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2018-10-14 23:00:34 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-16 15:12:19 (GMT)
commitb8bb6ba653df9d53d93824bb7185bf022e9bf2ef (patch)
tree4073db484bda9d8b6b55ee419237664b5a5fccf7 /Source/cmGeneratorTarget.h
parentf77a9576e542f7f0b2d32096a65fd232a1fd089e (diff)
downloadCMake-b8bb6ba653df9d53d93824bb7185bf022e9bf2ef.zip
CMake-b8bb6ba653df9d53d93824bb7185bf022e9bf2ef.tar.gz
CMake-b8bb6ba653df9d53d93824bb7185bf022e9bf2ef.tar.bz2
cmGeneratorTarget::GetExportMacro: return const std::string*
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 b1daa53..98669c3 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -283,7 +283,7 @@ public:
/** Get the macro to define when building sources in this target.
If no macro should be defined null is returned. */
- const char* GetExportMacro() const;
+ const std::string* GetExportMacro() const;
/** Get the soname of the target. Allowed only for a shared library. */
std::string GetSOName(const std::string& config) const;