diff options
author | fuzzard <fuzzard@kodi.tv> | 2022-03-01 10:38:44 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2022-03-07 20:07:34 +1000 |
commit | 419dc83525cd25f52182e15847d4504149a62656 (patch) | |
tree | 4c659c1d5908bec875530f8e6ca4b7e41d480416 /cmake/modules/FindFmt.cmake | |
parent | a4ed6ecd182005db87e28ff4291632107545db72 (diff) |
[cmake] BUILD_DEP_TARGET move include and add docinfo
Diffstat (limited to 'cmake/modules/FindFmt.cmake')
-rw-r--r-- | cmake/modules/FindFmt.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/FindFmt.cmake b/cmake/modules/FindFmt.cmake index 9f79580e19..fd85de23f7 100644 --- a/cmake/modules/FindFmt.cmake +++ b/cmake/modules/FindFmt.cmake @@ -13,7 +13,6 @@ # fmt - The Fmt library if(ENABLE_INTERNAL_FMT) - include(ExternalProject) include(cmake/scripts/common/ModuleHelpers.cmake) set(MODULE_LC fmt) |