Skip to content

Commit 924503f

Browse files
Dorian Eikenbergrageagainsthepc
authored andcommitted
Update fmtlib
1 parent add8a3e commit 924503f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vmicore/src/Cmdline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Cmdline.h"
22
#include <fmt/core.h>
3+
#include <iterator>
34

45
std::istream& operator>>(std::istream& is, std::pair<std::string, std::string>& p)
56
{

vmicore/src/lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ target_link_libraries(vmicore-lib PUBLIC GSL)
8787
FetchContent_Declare(
8888
fmt
8989
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
90-
GIT_TAG 8.1.1
90+
GIT_TAG 11.0.2
9191
)
9292
FetchContent_MakeAvailable(fmt)
9393
target_link_libraries(vmicore-lib PUBLIC fmt-header-only)

0 commit comments

Comments
 (0)