Skip to content
Snippets Groups Projects
Unverified Commit fd7dc7e0 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #3704 from lioncash/fmt

externals: Update fmt to 6.2.0
parents 7438d36d cdc5449d
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ add_library(catch-single-include INTERFACE) ...@@ -16,11 +16,11 @@ add_library(catch-single-include INTERFACE)
target_include_directories(catch-single-include INTERFACE catch/single_include) target_include_directories(catch-single-include INTERFACE catch/single_include)
# libfmt # libfmt
pkg_check_modules(FMT IMPORTED_TARGET GLOBAL fmt>=6.1.0) pkg_check_modules(FMT IMPORTED_TARGET GLOBAL fmt>=6.2.0)
if (FMT_FOUND) if (FMT_FOUND)
add_library(fmt::fmt ALIAS PkgConfig::FMT) add_library(fmt::fmt ALIAS PkgConfig::FMT)
else() else()
message(STATUS "fmt 6.1.0 or newer not found, falling back to externals") message(STATUS "fmt 6.2.0 or newer not found, falling back to externals")
add_subdirectory(fmt) add_subdirectory(fmt)
add_library(fmt::fmt ALIAS fmt) add_library(fmt::fmt ALIAS fmt)
endif() endif()
......
Subproject commit 4b8f8fac96a7819f28f4be523ca10a2d5d8aaaf2 Subproject commit 9bdd1596cef1b57b9556f8bef32dc4a32322ef3e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment