Skip to content

Commit

Permalink
update bundled libfmt to v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed May 13, 2023
1 parent 575b118 commit 21ebe8b
Show file tree
Hide file tree
Showing 16 changed files with 2,924 additions and 2,455 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

- Removed `CMAKE_INSTALL_RPATH` from cmake. ([#284](https://github.com/odygrd/quill/pull/284))
- Fix compile warning on Apple M1. ([#291](https://github.com/odygrd/quill/pull/291))
- Update bundled `libfmt` to `v10.0.0`

## v2.9.0

Expand Down
2 changes: 1 addition & 1 deletion quill/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ target_include_directories(${TARGET_NAME}
target_compile_options(${TARGET_NAME} PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
-Wall -Wextra -Wconversion -pedantic -Wfatal-errors -Wno-unused-private-field -Wno-gnu-zero-variadic-macro-arguments -Wno-unused-parameter>
$<$<CXX_COMPILER_ID:MSVC>:/W4 /wd4324 /wd4189 /wd4996 /wd4100>)
$<$<CXX_COMPILER_ID:MSVC>:/W4 /wd4324 /wd4189 /wd4996 /wd4100 /wd4127>)

if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
target_compile_options(${TARGET_NAME} PRIVATE /WX /EHsc)
Expand Down
Loading

0 comments on commit 21ebe8b

Please sign in to comment.