Skip to content

Commit

Permalink
Update fmtlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Eikenberg committed Nov 5, 2024
1 parent add8a3e commit b4ed7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vmicore/src/Cmdline.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "Cmdline.h"
#include <fmt/core.h>
#include <iterator>

std::istream& operator>>(std::istream& is, std::pair<std::string, std::string>& p)
{
Expand Down
2 changes: 1 addition & 1 deletion vmicore/src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ target_link_libraries(vmicore-lib PUBLIC GSL)
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 8.1.1
GIT_TAG 11.0.2
)
FetchContent_MakeAvailable(fmt)
target_link_libraries(vmicore-lib PUBLIC fmt-header-only)

0 comments on commit b4ed7b1

Please sign in to comment.