From f22239af7d3bb5282dc314b77b15b62ad7f2ce6a 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 --- xo-refcnt/cmake/refcntConfig.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xo-refcnt/cmake/refcntConfig.cmake.in b/xo-refcnt/cmake/refcntConfig.cmake.in index 5b38fa74..edc16a80 100644 --- a/xo-refcnt/cmake/refcntConfig.cmake.in +++ b/xo-refcnt/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@")