mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
Renamed extlib/libfmt/ to extlib/fmt/.
It's called just "fmt" upstream (or "fmtlib").
This commit is contained in:
parent
83f8a2620d
commit
5e4571f209
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -53,7 +53,7 @@ Copyright:
|
||||
License: Zlib
|
||||
|
||||
Files:
|
||||
extlib/libfmt/*
|
||||
extlib/fmt/*
|
||||
Copyright: 2012-present, Victor Zverovich and {fmt} contributors
|
||||
License: MIT
|
||||
|
||||
|
4
extlib/CMakeLists.txt
vendored
4
extlib/CMakeLists.txt
vendored
@ -395,7 +395,7 @@ ADD_SUBDIRECTORY(microtar)
|
||||
SET_EXTLIB_PROPERTIES(microtar)
|
||||
|
||||
IF(USE_INTERNAL_FMT)
|
||||
# Use the internal copy of libfmt.
|
||||
# Use the internal copy of fmt.
|
||||
# On Windows and Mac OS X, this will build DLLs.
|
||||
# On other systems, this will be statically-linked.
|
||||
IF(WIN32 OR APPLE)
|
||||
@ -423,7 +423,7 @@ IF(USE_INTERNAL_FMT)
|
||||
SET(FMT_SYSTEM_HEADERS OFF)
|
||||
SET(FMT_UNICODE ON)
|
||||
|
||||
ADD_SUBDIRECTORY(libfmt)
|
||||
ADD_SUBDIRECTORY(fmt)
|
||||
SET_EXTLIB_PROPERTIES(fmt)
|
||||
#SET_EXTLIB_PROPERTIES(fmt-header-only)
|
||||
ENDIF(USE_INTERNAL_FMT)
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue
Block a user