Skip to content

Commit 41c85e7

Browse files
committed
change fmtlib pin
12.1.0 generates a warning when built with msvc also there are build time improvements after 12.1.0 was released
1 parent 5224d65 commit 41c85e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ INCLUDE(FetchContent)
351351
FetchContent_Declare(
352352
fmt
353353
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
354-
GIT_TAG 12.1.0
354+
GIT_TAG 790b9389ae99c4ddebdd2736a8602eca1fec684e # 12.1.0 + bugfix for MSVC warning + build time improvements
355355
)
356356
FetchContent_MakeAvailable(fmt)
357357

0 commit comments

Comments
 (0)