Skip to content

Commit 9754b16

Browse files
authored
pin pybind ver until master is fixed (#981)
1 parent 7f60f05 commit 9754b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/cmake/dep/pybind.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function(get_pybind)
1111

1212
message("downloading subproject pybind11")
1313
set(PYBIND11_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/subprojects/pybind11)
14-
set(PYBIND11_VERSION master)
14+
set(PYBIND11_VERSION v2.13.6) # github.com/pybind/pybind11/pull/5553 broke master
1515

1616
phare_github_get_or_update(pybind11 ${PYBIND11_SRCDIR} pybind/pybind11 ${PYBIND11_VERSION})
1717

0 commit comments

Comments
 (0)