at 22.05-pre 372 B view raw
1diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 2index c975128..a9f6910 100644 3--- a/src/CMakeLists.txt 4+++ b/src/CMakeLists.txt 5@@ -31,8 +31,7 @@ include(FetchContent) 6 7 FetchContent_Declare( 8 pybind11-src 9- GIT_REPOSITORY https://github.com/pybind/pybind11.git 10- GIT_TAG v2.6.2 11+ SOURCE_DIR @pybind11_src@ 12 ) 13 FetchContent_MakeAvailable(pybind11-src) 14