From 1d046e996f419320e4ac2242e8e467913f47f87f Mon Sep 17 00:00:00 2001 From: Ian Wang <22849821+wangyinz@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:08:48 -0500 Subject: [PATCH] add boost include for python io --- cxx/python/io/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cxx/python/io/CMakeLists.txt b/cxx/python/io/CMakeLists.txt index 596e1f389..ca25d1795 100644 --- a/cxx/python/io/CMakeLists.txt +++ b/cxx/python/io/CMakeLists.txt @@ -4,7 +4,9 @@ include_directories( ${PYTHON_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR} - ${PROJECT_BINARY_DIR}/include) + ${PROJECT_BINARY_DIR}/include + ${Boost_INCLUDE_DIRS} +) #add_library(mspasspython STATIC ${sources_python}) #target_link_libraries(mspasspython PRIVATE mspass ${PYTHON_LIBRARIES})