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.
2 parents 3b769a4 + c1ecde9 commit 0154068Copy full SHA for 0154068
contrib/dependency/install.sh
@@ -44,8 +44,8 @@ pybind11() {
44
cmakeargs+=("-DCMAKE_BUILD_TYPE=Release")
45
cmakeargs+=("-DPYTHON_EXECUTABLE:FILEPATH=`which python3`")
46
cmakeargs+=("-DPYBIND11_TEST=OFF")
47
- install ${PYBIND_ORG:-pybind} pybind11 ${PYBIND_BRANCH:-v2.6.1} \
48
- ${PYBIND_LOCAL:-pybind11-2.6.1} "${cmakeargs[@]}"
+ install ${PYBIND_ORG:-pybind} pybind11 ${PYBIND_BRANCH:-v2.9.2} \
+ ${PYBIND_LOCAL:-pybind11-2.9.2} "${cmakeargs[@]}"
49
50
}
51
0 commit comments