diff --git a/contrib/fmt-8.1.1/.clang-format b/contrib/fmt-8.1.1/.clang-format index df55d340f0..e3845288a2 100644 --- a/contrib/fmt-8.1.1/.clang-format +++ b/contrib/fmt-8.1.1/.clang-format @@ -1,8 +1 @@ -# Run manually to reformat a file: -# clang-format -i --style=file -Language: Cpp -BasedOnStyle: Google -IndentPPDirectives: AfterHash -IndentCaseLabels: false -AlwaysBreakTemplateDeclarations: false -DerivePointerAlignment: false +DisableFormat: true diff --git a/contrib/fmt-8.1.1/CMakeLists.txt b/contrib/fmt-8.1.1/CMakeLists.txt index 3bf80f8022..c392dbd2fc 100644 --- a/contrib/fmt-8.1.1/CMakeLists.txt +++ b/contrib/fmt-8.1.1/CMakeLists.txt @@ -241,7 +241,7 @@ else() set(FMT_SOURCES src/format.cc) endif () -add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} README.rst ChangeLog.rst) +add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS}) add_library(fmt::fmt ALIAS fmt) if (HAVE_STRTOD_L)