From 99b56a354087d7fdbdaf516392b48cde0af2be8f Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 15 Sep 2024 11:14:20 -0500 Subject: [PATCH] xo-pyjit: drop xo-pyexpression dep --- src/pyjit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)