We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8ec58 commit d67b006Copy full SHA for d67b006
external/pybind11.cmake
@@ -21,7 +21,8 @@
21
if(EXISTS "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
22
set(URL "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
23
else()
24
- set(URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz")
+ 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")
26
endif()
27
28
message(STATUS "obtaining PyBind11")
0 commit comments