We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531acd2 commit 9dcb8edCopy full SHA for 9dcb8ed
1 file changed
cmake/dependencies/CMakeLists.txt
@@ -203,8 +203,9 @@ if(BUILD_PYTHON)
203
FetchContent_Declare(
204
pybind11
205
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
206
- GIT_TAG "v2.13.6"
207
- GIT_SHALLOW TRUE
+ #GIT_TAG "v2.13.6"
+ GIT_TAG "97022f83ce788b4e14dd22edfb667030e0dc4f72"
208
+ #GIT_SHALLOW TRUE
209
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
210
)
211
FetchContent_MakeAvailable(pybind11)
0 commit comments