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

@ -52,7 +52,4 @@ xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 $
# note: deps here must also appear in cmake/xo_interpreter2Config.cmake.in
xo_dependency(${SELF_LIB} xo_reader2)
xo_dependency(${SELF_LIB} xo_gc)
#xo_dependency(${SELF_LIB} reflect)
#xo_dependency(${SELF_LIB} xo_printable2)
#xo_dependency(${SELF_LIB} xo_flatstring)
#xo_dependency(${SELF_LIB} indentlog)