Renamed extlib/libfmt/ to extlib/fmt/.

It's called just "fmt" upstream (or "fmtlib").
This commit is contained in:
David Korth 2025-03-20 22:16:59 -04:00
parent 83f8a2620d
commit 5e4571f209
58 changed files with 3 additions and 3 deletions

2
debian/copyright vendored
View File

@ -53,7 +53,7 @@ Copyright:
License: Zlib
Files:
extlib/libfmt/*
extlib/fmt/*
Copyright: 2012-present, Victor Zverovich and {fmt} contributors
License: MIT

View File

@ -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)

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB