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)