xo-gc: needs explicit xo_facet dep

This commit is contained in:
Roland Conybeare 2026-01-25 10:14:39 -05:00
commit c98a5c77a5

View file

@ -1,7 +1,9 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
#find_dependency(indentlog)
find_dependency(xo_alloc2)
find_dependency(xo_facet)
find_dependency(indentlog)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")