Skip to content

Commit

Permalink
Specify pybind Python version (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 authored Nov 7, 2023
1 parent a75882c commit c51ac3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ Debug*/
externals/
*.so
build

# IDE
.cproject
.project
.settings
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ FetchContent_MakeAvailable(Eigen)
# -----------------------------------------------------------------------------
# pybind11 is a library used to create Python bindings of existing C++ code.
#
set(PYBIND11_PYTHON_VERSION 3.8 CACHE STRING "")
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11
Expand Down

0 comments on commit c51ac3e

Please sign in to comment.