aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-03-01 07:12:07 +1000
committerfuzzard <fuzzard@kodi.tv>2022-03-07 19:46:40 +1000
commit64dd94b518f82c0ab602dc90828e049c4e483403 (patch)
treedd397da9fb26d1fad4a96681ddc878fecbfd0d24 /cmake
parent93116c6f40af6a1384d951b284a9e73cd4a2ce30 (diff)
[tools/depends] rename libfmt to fmt
rename libfmt to just fmt. This brings some consistency to naming in other parts of kodi cmake (eg target fmt)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindFmt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindFmt.cmake b/cmake/modules/FindFmt.cmake
index bf574d9e9f..291ad0a2ba 100644
--- a/cmake/modules/FindFmt.cmake
+++ b/cmake/modules/FindFmt.cmake
@@ -16,7 +16,7 @@ if(ENABLE_INTERNAL_FMT)
include(ExternalProject)
include(cmake/scripts/common/ModuleHelpers.cmake)
- set(MODULE_LC libfmt)
+ set(MODULE_LC fmt)
SETUP_BUILD_VARS()