nix-build: + xo.procedure2

This commit is contained in:
Roland Conybeare 2026-03-05 20:25:32 +11:00
commit 39b95ae6cb
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ include(CMakeFindDependencyMacro)
# in CMakeLists.txt
#
find_dependency(xo_object2)
find_dependency(xo_gc)
#find_dependency(xo_gc)
find_dependency(subsys)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")

View file

@ -35,7 +35,7 @@ xo_install_include_tree3(include/xo/procedure2)
# xo-procedure2/cmake/xo_procedure2Config.cmake.in
xo_dependency(${SELF_LIB} xo_object2)
xo_dependency(${SELF_LIB} xo_gc)
#xo_dependency(${SELF_LIB} xo_gc)
xo_dependency(${SELF_LIB} subsys)
#xo_dependency(${SELF_LIB} xo_indentlog)