diff options
author | Brad King <brad.king@kitware.com> | 2014-03-13 13:36:10 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-13 13:36:10 (GMT) |
commit | 7477f01ebd75e0886c50af5834262392b1649a21 (patch) | |
tree | b17a6306c2bae7d04df4973392d51fa97651660e /Source/cmGlobalXCodeGenerator.h | |
parent | 5ef2bb4b86c16fc5d5e2a2b4de1b647c9007f8bf (diff) | |
parent | bc993f277ebd44fabe8312a85c5682eed011336d (diff) | |
download | CMake-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.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); |