From bb26c99660be1b7e2b76b110bb3834dc713b1b44 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 24 Oct 2023 16:36:51 -0400 Subject: [PATCH] build: tidy using streamlined xo-pywebutil --- cmake/cmake | 4 ---- src/pyprocess/CMakeLists.txt | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 cmake/cmake diff --git a/cmake/cmake b/cmake/cmake deleted file mode 100644 index b49b4828..00000000 --- a/cmake/cmake +++ /dev/null @@ -1,4 +0,0 @@ - /home/roland/proj/xo-pyprocess/cmake: - drwxr-xr-x 2 roland roland 4096 Oct 12 21:49 . - drwxr-xr-x 6 roland roland 4096 Oct 12 21:49 .. - -rw-r--r-- 1 roland roland 125 Oct 12 21:49 xo_pyprocessConfig.cmake.in diff --git a/src/pyprocess/CMakeLists.txt b/src/pyprocess/CMakeLists.txt index 03237164..cf35ab2e 100644 --- a/src/pyprocess/CMakeLists.txt +++ b/src/pyprocess/CMakeLists.txt @@ -6,5 +6,5 @@ set(SELF_SRCS pyprocess.cpp) xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS}) xo_pybind11_dependency(${SELF_LIB} process) -xo_pybind11_header_dependency(${SELF_LIB} pyreactor) -xo_pybind11_header_dependency(${SELF_LIB} pywebutil) +xo_pybind11_header_dependency(${SELF_LIB} xo_pyreactor) +xo_pybind11_header_dependency(${SELF_LIB} xo_pywebutil)