From 953a2b07028722c7c0c69145b9f51d2518979f21 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 3 Jan 2024 08:19:10 -0800 Subject: [PATCH] Use pybind11 right before 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 d997e7f..75d9b5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)