aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2023-09-03 17:10:24 +1000
committerfuzzard <fuzzard@kodi.tv>2023-09-04 13:30:48 +1000
commite03e80e9726bcae71fe5b63e9f1b8c81213d5e3a (patch)
tree6b0aaa1dd4512b799b7ca364c1ccc90516ad31e2
parent320c7c2f5ab1f072132c4760af46f652d74f3f75 (diff)
downloadxbmc-e03e80e9726bcae71fe5b63e9f1b8c81213d5e3a.tar.xz
[cmake] FindFmt correct comment for fmt::fmt target
-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 4c50291efb..223445c595 100644
--- a/cmake/modules/FindFmt.cmake
+++ b/cmake/modules/FindFmt.cmake
@@ -143,7 +143,7 @@ if(NOT TARGET fmt::fmt OR Fmt_FIND_REQUIRED)
REQUIRED_VARS FMT_LIBRARY FMT_INCLUDE_DIR
VERSION_VAR FMT_VERSION)
- # Check whether we already have tinyxml2::tinyxml2 target added to dep property list
+ # Check whether we already have fmt::fmt target added to dep property list
get_property(CHECK_INTERNAL_DEPS GLOBAL PROPERTY INTERNAL_DEPS_PROP)
list(FIND CHECK_INTERNAL_DEPS "fmt::fmt" FMT_PROP_FOUND)