https://github.com/Kitware/CMake
Revision 21b7e1480056ba9a057ff15573fe22ad8decc2e0 authored by Brad King on 05 June 2018, 15:23:22 UTC, committed by Kitware Robot on 05 June 2018, 15:23:49 UTC
7ad5165c67 ExternalProject: Fix cache generation when args end with "-NOTFOUND"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2127
2 parent s f790273 + 7ad5165
Raw File
Tip revision: 21b7e1480056ba9a057ff15573fe22ad8decc2e0 authored by Brad King on 05 June 2018, 15:23:22 UTC
Merge topic 'ep-support-passing-var-ending-with-notfound'
Tip revision: 21b7e14
.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