Skip to content

Commit 9dcb8ed

Browse files
committed
cmake: Fix math_opt's elemental python binding
1 parent 531acd2 commit 9dcb8ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmake/dependencies/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ if(BUILD_PYTHON)
203203
FetchContent_Declare(
204204
pybind11
205205
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
206-
GIT_TAG "v2.13.6"
207-
GIT_SHALLOW TRUE
206+
#GIT_TAG "v2.13.6"
207+
GIT_TAG "97022f83ce788b4e14dd22edfb667030e0dc4f72"
208+
#GIT_SHALLOW TRUE
208209
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
209210
)
210211
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)