xo-pyexpression: build: drop xo-pyreflect dep

This commit is contained in:
Roland Conybeare 2024-09-15 11:13:09 -05:00
commit 563b7250d2

View file

@ -5,5 +5,5 @@ set(SELF_SRCS pyexpression.cpp)
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
xo_pybind11_dependency(${SELF_LIB} xo_expression)
xo_pybind11_dependency(${SELF_LIB} xo_pyreflect)
#xo_pybind11_dependency(${SELF_LIB} xo_pyreflect)
xo_dependency(${SELF_LIB} refcnt)