From 63c63e3bafb9ec898c5273770f19fce60f86d917 Mon Sep 17 00:00:00 2001 From: Jonathan Vandermause Date: Sun, 15 Sep 2024 00:18:45 -0400 Subject: [PATCH] add pybind git tag --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb77a7a62..a530e3eaa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ set(PYBIND11_FINDPYTHON ON) FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11 + GIT_TAG v2.13.0 ) FetchContent_MakeAvailable(pybind11) ###############################################################################