https://github.com/Kitware/CMake
Revision 6f6e0966a74e8a9a6c2e1a0f109dda2f0123c01a authored by Clément Rezvoy on 28 March 2019, 17:21:30 UTC, committed by Brad King on 28 March 2019, 18:59:08 UTC
Both commit 88ecfd8ba1 (CPackIFW: Add some options, 2016-11-11,
v3.8.0-rc1~248^2) and commit e5089c562c (CPackIFW: Add some options,
2017-01-24, v3.8.0-rc1~53^2) added some options to this macro's
documentation and implementation, but the actual processing of the
parsed options was never added.  Add it now.

Reviewed-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
1 parent bf02d62
Raw File
Tip revision: 6f6e0966a74e8a9a6c2e1a0f109dda2f0123c01a authored by Clément Rezvoy on 28 March 2019, 17:21:30 UTC
CPackIFW: Add missing cpack_ifw_configure_component_group option processing
Tip revision: 6f6e096
.clang-format
---
# This configuration requires clang-format version 6.0 exactly.
BasedOnStyle: Mozilla
AlignOperands: false
AllowShortFunctionsOnASingleLine: InlineOnly
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
  AfterClass:      true
  AfterEnum:       true
  AfterFunction:   true
  AfterStruct:     true
  AfterUnion:      true
BreakBeforeBraces: Custom
ColumnLimit: 79
IndentPPDirectives: AfterHash
SortUsingDeclarations: false
SpaceAfterTemplateKeyword: true
...
back to top