Skip to content

Commit

Permalink
a little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Aug 15, 2024
1 parent 9585bb2 commit 9ef993c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*,-llvmlibc-*'
CheckOptions: [{ key: misc-non-private-member-variables-in-classes, value: IgnoreClassesWithAllMemberVariablesBeingPublic }]
WarningsAsErrors: '*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if(${${PROJECT_NAME}_BUILD_HEADERS_ONLY})
include(cmake/get_CPM.cmake)
set(an_inverted_${PROJECT_NAME}_USE_HEADER_ONLY_FMTLIB NOT ${${PROJECT_NAME}_USE_HEADER_ONLY_FMTLIB})
set(fmtlib_VERSION 11.0.2)
cpmaddpackage(
CPMAddPackage(
NAME
fmt
VERSION
Expand Down

0 comments on commit 9ef993c

Please sign in to comment.