diff --git a/src/pyjit/CMakeLists.txt b/src/pyjit/CMakeLists.txt index d6d84521..31d04f60 100644 --- a/src/pyjit/CMakeLists.txt +++ b/src/pyjit/CMakeLists.txt @@ -5,5 +5,5 @@ set(SELF_SRCS pyjit.cpp) xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS}) xo_pybind11_dependency(${SELF_LIB} xo_jit) -xo_pybind11_dependency(${SELF_LIB} xo_pyexpression) +#xo_pybind11_dependency(${SELF_LIB} xo_pyexpression) xo_dependency(${SELF_LIB} refcnt)