Skip to content

Commit

Permalink
Use latest pybind11 2.9.2 version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshtr authored Jun 10, 2022
1 parent 17dfa06 commit 1da71cc
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.9.2.tar.gz
)

FetchContent_GetProperties(pybind11)
Expand Down

0 comments on commit 1da71cc

Please sign in to comment.