summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-15 13:49:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-04-15 13:49:46 (GMT)
commit156196938c5e03e881592dd3247021063167abc0 (patch)
tree4ff6facbd687820d7f73bd0829f96d8a582360d7 /Source/cmVisualStudio10TargetGenerator.h
parentad386d42d7bb4c6c13c9b3abf4c06ef98f03dbb5 (diff)
parente64fa5f1b611353522ec014192046ab3bf67e69f (diff)
downloadCMake-156196938c5e03e881592dd3247021063167abc0.zip
CMake-156196938c5e03e881592dd3247021063167abc0.tar.gz
CMake-156196938c5e03e881592dd3247021063167abc0.tar.bz2
Merge topic 'cmprop-source'
e64fa5f1b6 cmSourceFile::GetProperty: return cmProp fc223f9860 cmGlobalXCodeGenerator: Fix genex interpreter overloads Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4603
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 4ac5ec0..e3782f4 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -244,7 +244,7 @@ private:
std::unordered_map<std::string, ConfigToSettings> ParsedToolTargetSettings;
bool PropertyIsSameInAllConfigs(const ConfigToSettings& toolSettings,
const std::string& propName);
- void ParseSettingsProperty(const char* settingsPropertyValue,
+ void ParseSettingsProperty(const std::string& settingsPropertyValue,
ConfigToSettings& toolSettings);
std::string GetCMakeFilePath(const char* name) const;
};