aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-03-01 07:38:05 +1000
committerfuzzard <fuzzard@kodi.tv>2022-03-07 19:46:40 +1000
commitf16c0d9765f0ded661bb9f605097199c5b374f44 (patch)
treeafb0eafd89c52925d372b2673bf848af525b8dfc /cmake
parent17d5408c1994976c85be0aeacedd8293c0949ff5 (diff)
[tools/depends] rename libspdlog to spdlog
rename libspdlog to just spdlog. This brings some consistency to naming in other parts of kodi cmake (eg target spdlog)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindSpdlog.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindSpdlog.cmake b/cmake/modules/FindSpdlog.cmake
index 0cfe402cc4..fc821aa4e2 100644
--- a/cmake/modules/FindSpdlog.cmake
+++ b/cmake/modules/FindSpdlog.cmake
@@ -17,7 +17,7 @@ if(ENABLE_INTERNAL_SPDLOG)
include(ExternalProject)
include(cmake/scripts/common/ModuleHelpers.cmake)
- set(MODULE_LC libspdlog)
+ set(MODULE_LC spdlog)
SETUP_BUILD_VARS()