From 44d02a020071c38b18205139b9efb85a19d0bb00 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 26 Feb 2026 12:15:45 +1100 Subject: [PATCH] xo-refcnt: missing xo-reflectutil dep in cmake export --- cmake/refcntConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/refcntConfig.cmake.in b/cmake/refcntConfig.cmake.in index 5b38fa74..edc16a80 100644 --- a/cmake/refcntConfig.cmake.in +++ b/cmake/refcntConfig.cmake.in @@ -1,6 +1,7 @@ @PACKAGE_INIT@ include(CMakeFindDependencyMacro) +find_dependency(xo_reflectutil) find_dependency(indentlog) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") check_required_components("@PROJECT_NAME@")