diff options
author | Brad King <brad.king@kitware.com> | 2014-03-10 19:04:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-12 14:44:00 (GMT) |
commit | 9a5c55441418ef79415b9a1b99c35192d2b8c1b0 (patch) | |
tree | 93930fd77e9dc70520420e194f0973728ec0940b /Source/cmGlobalXCodeGenerator.h | |
parent | d45e7f34611cd678bdda29d7d2b2ff4ce1abbce7 (diff) | |
download | CMake-9a5c55441418ef79415b9a1b99c35192d2b8c1b0.zip CMake-9a5c55441418ef79415b9a1b99c35192d2b8c1b0.tar.gz CMake-9a5c55441418ef79415b9a1b99c35192d2b8c1b0.tar.bz2 |
cmGlobalXCodeGenerator: Simplify handling of multiple outputs
Make the multiple output pair map more local. Generate it where we
have the current configuration available.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 93315ba..be81cdc 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -124,9 +124,7 @@ private: cmTarget& target, std::vector<cmCustomCommand> const & commands, const std::string& configName, - const std::map<std::string, std::string>& - multipleOutputPairs - ); + bool& haveMultipleOutputPairs); cmXCodeObject* FindXCodeTarget(cmTarget const*); std::string GetOrCreateId(const std::string& name, const std::string& id); |