summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-10 19:04:38 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-12 14:44:00 (GMT)
commit9a5c55441418ef79415b9a1b99c35192d2b8c1b0 (patch)
tree93930fd77e9dc70520420e194f0973728ec0940b /Source/cmGlobalXCodeGenerator.h
parentd45e7f34611cd678bdda29d7d2b2ff4ce1abbce7 (diff)
downloadCMake-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.h4
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);