system fmt version 11.0 is required to compile, otherwise fetch (#230)

This commit is contained in:
Olivia!!
2026-06-18 03:50:39 +02:00
committed by GitHub
parent cebba6aabb
commit 34249a178f
+1 -1
View File
@@ -91,7 +91,7 @@ else ()
endif ()
if (NOT TARGET fmt::fmt)
aurora_find_package_global(fmt QUIET)
aurora_find_package_global(fmt 11 QUIET)
if (NOT TARGET fmt::fmt)
message(STATUS "aurora: Fetching fmt")
FetchContent_Declare(fmt