summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-13 13:36:10 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-03-13 13:36:10 (GMT)
commit7477f01ebd75e0886c50af5834262392b1649a21 (patch)
treeb17a6306c2bae7d04df4973392d51fa97651660e /Source/cmGlobalXCodeGenerator.h
parent5ef2bb4b86c16fc5d5e2a2b4de1b647c9007f8bf (diff)
parentbc993f277ebd44fabe8312a85c5682eed011336d (diff)
downloadCMake-7477f01ebd75e0886c50af5834262392b1649a21.zip
CMake-7477f01ebd75e0886c50af5834262392b1649a21.tar.gz
CMake-7477f01ebd75e0886c50af5834262392b1649a21.tar.bz2
Merge topic 'generalize-cmCustomCommandGenerator'
bc993f27 Generalize cmCustomCommandGenerator to more fields 9a5c5544 cmGlobalXCodeGenerator: Simplify handling of multiple outputs d45e7f34 cmCustomCommand: Return std::string from GetWorkingDirectory
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);