Skip to content

Commit

Permalink
update for pybind
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Dec 12, 2024
1 parent 7aaeec9 commit 2bd6574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ endif()


if(IS_PYTHON_BUILD)

find_package(pybind11 REQUIRED)
list(APPEND EXT_INCLUDE_DIRS
${pybind11_INCLUDE_DIR}
)
Expand Down

0 comments on commit 2bd6574

Please sign in to comment.