From 8c304b27caadd79811106e40b24b4fe05a9db8ec Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 3 Jan 2024 08:55:09 -0800 Subject: [PATCH] Use pybind11 right after PR pybind/pybind11#4786 was merged --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c1e6d9..7d88abd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)