From a563cb26114e0f06702a46f784f7a9ceb9417ab3 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Tue, 14 Jul 2026 22:36:32 +0200 Subject: [PATCH] Do not use check_required_components() --- support/cmake/fmt-config.cmake.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/cmake/fmt-config.cmake.in b/support/cmake/fmt-config.cmake.in index bc1684f2..5190561e 100644 --- a/support/cmake/fmt-config.cmake.in +++ b/support/cmake/fmt-config.cmake.in @@ -1,7 +1,7 @@ -@PACKAGE_INIT@ +# @PACKAGE_INIT@ if (NOT TARGET fmt::fmt) include(${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake) endif () -check_required_components(fmt) +# check_required_components(fmt)