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 7f60f05 commit 9754b16Copy full SHA for 9754b16
res/cmake/dep/pybind.cmake
@@ -11,7 +11,7 @@ function(get_pybind)
11
12
message("downloading subproject pybind11")
13
set(PYBIND11_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/subprojects/pybind11)
14
- set(PYBIND11_VERSION master)
+ set(PYBIND11_VERSION v2.13.6) # github.com/pybind/pybind11/pull/5553 broke master
15
16
phare_github_get_or_update(pybind11 ${PYBIND11_SRCDIR} pybind/pybind11 ${PYBIND11_VERSION})
17
0 commit comments