summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 5d26191..7c1ff72 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -484,8 +484,7 @@ public:
holding object files for the given configuration. */
std::string GetObjectDirectory(std::string const& config) const;
- void GetAppleArchs(const std::string& config,
- std::vector<std::string>& archVec) const;
+ std::vector<std::string> GetAppleArchs(std::string const& config) const;
void AddExplicitLanguageFlags(std::string& flags,
cmSourceFile const& sf) const;