From 6b69c33389999ef4dd25b4e450b0c75ba1257a79 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 26 Feb 2026 14:27:02 +1100 Subject: [PATCH] xo-gc: docs build [WIP] + misc fixes + works w/ nix --- cmake/xo_alloc2Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/xo_alloc2Config.cmake.in b/cmake/xo_alloc2Config.cmake.in index e0b5e0b..16819c3 100644 --- a/cmake/xo_alloc2Config.cmake.in +++ b/cmake/xo_alloc2Config.cmake.in @@ -2,7 +2,7 @@ include(CMakeFindDependencyMacro) #find_dependency(indentlog) -find_depnedency(xo_arena) +find_dependency(xo_arena) find_dependency(xo_facet) include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") check_required_components("@PROJECT_NAME@")