Skip to content

Commit

Permalink
Upgrades pybind (should fix Python v3.11 incompatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Jul 7, 2023
1 parent 3351b66 commit 36ec432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(FETCHCONTENT_QUIET FALSE)

FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz
URL https://github.com/pybind/pybind11/archive/v2.10.4.tar.gz
)

FetchContent_GetProperties(pybind11)
Expand Down

0 comments on commit 36ec432

Please sign in to comment.