Skip to content

Commit

Permalink
Use pybind11 right before 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 938f6b2 commit 953a2b0
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 @@ -22,7 +22,7 @@ FetchContent_Declare(

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

FetchContent_MakeAvailable(abseil-cpp pybind11)

Expand Down

0 comments on commit 953a2b0

Please sign in to comment.