Skip to content

Commit 0154068

Browse files
authored
Merge pull request #97 from tigercosmos/pybindupdate
2 parents 3b769a4 + c1ecde9 commit 0154068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/dependency/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pybind11() {
4444
cmakeargs+=("-DCMAKE_BUILD_TYPE=Release")
4545
cmakeargs+=("-DPYTHON_EXECUTABLE:FILEPATH=`which python3`")
4646
cmakeargs+=("-DPYBIND11_TEST=OFF")
47-
install ${PYBIND_ORG:-pybind} pybind11 ${PYBIND_BRANCH:-v2.6.1} \
48-
${PYBIND_LOCAL:-pybind11-2.6.1} "${cmakeargs[@]}"
47+
install ${PYBIND_ORG:-pybind} pybind11 ${PYBIND_BRANCH:-v2.9.2} \
48+
${PYBIND_LOCAL:-pybind11-2.9.2} "${cmakeargs[@]}"
4949

5050
}
5151

0 commit comments

Comments
 (0)