mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[cmake] CheckLibfmt.cmake: Update Fmt_VERSION: 11.1.2 -> 11.1.3
This commit is contained in:
parent
84163ba5d5
commit
eb3109bebb
@ -41,7 +41,7 @@ IF(USE_INTERNAL_FMT)
|
||||
# Using the internal libfmt library.
|
||||
SET(Fmt_FOUND 1)
|
||||
SET(HAVE_Fmt 1)
|
||||
SET(Fmt_VERSION 11.1.2 CACHE INTERNAL "libfmt version" FORCE)
|
||||
SET(Fmt_VERSION 11.1.3 CACHE INTERNAL "libfmt version" FORCE)
|
||||
# FIXME: When was it changed from LIBRARY to LIBRARIES?
|
||||
IF(WIN32 OR APPLE)
|
||||
# Using DLLs on Windows and Mac OS X.
|
||||
|
Loading…
Reference in New Issue
Block a user