mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
system fmt version 11.0 is required to compile, otherwise fetch (#230)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user