xo-interpreter2: build: fix cmake nits [PKG][BUGFIX]

This commit is contained in:
Roland Conybeare 2026-05-31 00:12:29 -04:00
commit bc5a2c3959
3 changed files with 2 additions and 17 deletions

View file

@ -6,7 +6,7 @@ include(CMakeFindDependencyMacro)
# must coordinate with xo_dependency() calls
# in CMakeLists.txt
#
find_dependency(xo_expression2)
find_dependency(xo_reader2)
find_dependency(xo_gc)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")