Skip to content

Commit

Permalink
add boost include for python io
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz authored Jul 19, 2023
1 parent fda521e commit 1d046e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cxx/python/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 1d046e9

Please sign in to comment.