Skip to content

Commit

Permalink
Use pybind11 right after PR pybind/pybind11#4786 was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf W. Grosse-Kunstleve committed Jan 3, 2024
1 parent fc75e83 commit 8c304b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FetchContent_Declare(

FetchContent_Declare(
pybind11
URL https://github.com/pybind/pybind11/archive/7d538a42750c8580eeaac10e505840a3694b04c8.tar.gz)
URL https://github.com/pybind/pybind11/archive/daea1130b4245d23ce000266b1ed5a340d1a1e13.tar.gz)

FetchContent_MakeAvailable(abseil-cpp pybind11)

Expand Down

0 comments on commit 8c304b2

Please sign in to comment.