mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
clang-format: format all code as Cpp11
This commit is contained in:
committed by
Brad King
parent
82d9bbf2b7
commit
2b4c32c95f
@@ -105,7 +105,7 @@ private:
|
||||
|
||||
std::string HomeRelativeOutputPath;
|
||||
|
||||
typedef std::map<cmCustomCommand const*, std::set<cmGeneratorTarget*> >
|
||||
typedef std::map<cmCustomCommand const*, std::set<cmGeneratorTarget*>>
|
||||
CustomCommandTargetMap;
|
||||
CustomCommandTargetMap CustomCommandTargets;
|
||||
std::vector<cmCustomCommand const*> CustomCommands;
|
||||
|
||||
Reference in New Issue
Block a user