Skip to content

Commit d67b006

Browse files
committed
backed out update of pybind11
1 parent 3d8ec58 commit d67b006

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external/pybind11.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
if(EXISTS "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
2222
set(URL "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
2323
else()
24-
set(URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz")
24+
set(URL https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz)
25+
# set(URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz")
2526
endif()
2627

2728
message(STATUS "obtaining PyBind11")

0 commit comments

Comments
 (0)