From 563b7250d29873f08876eec8eec84ca66345e0cb Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 15 Sep 2024 11:13:09 -0500 Subject: [PATCH] xo-pyexpression: build: drop xo-pyreflect dep --- src/pyexpression/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyexpression/CMakeLists.txt b/src/pyexpression/CMakeLists.txt index 6e81f021..0c9714bb 100644 --- a/src/pyexpression/CMakeLists.txt +++ b/src/pyexpression/CMakeLists.txt @@ -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)