summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-08-09 14:56:41 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-08-09 14:56:41 (GMT)
commite5421168143dda5f72088a6ff451785ec137e8c4 (patch)
tree0d1c49327000d3a1ad008f1acd69e6f3d4adb945 /Source/cmGeneratorTarget.h
parent7e3250da2fa0155a8c83b3aadef0407a701f2953 (diff)
downloadCMake-e5421168143dda5f72088a6ff451785ec137e8c4.zip
CMake-e5421168143dda5f72088a6ff451785ec137e8c4.tar.gz
CMake-e5421168143dda5f72088a6ff451785ec137e8c4.tar.bz2
Refactor: cmGeneratorTarget::GetSourcesProperty returns cmProp
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 bd4e08f..fb1b2e6 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -837,7 +837,7 @@ public:
std::string GetFortranModuleDirectory(std::string const& working_dir) const;
bool IsFortranBuildingInstrinsicModules() const;
- const std::string& GetSourcesProperty() const;
+ cmProp GetSourcesProperty() const;
void AddISPCGeneratedHeader(std::string const& header,
std::string const& config);