Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 2348d72

Browse files
authored
Update pybind11.cmake (#282)
update pybind's version to 2.4.3
1 parent 086ddf6 commit 2348d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/pybind11.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ExternalProject_Add(
2626
extern_pybind
2727
${EXTERNAL_PROJECT_LOG_ARGS}
2828
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
29-
GIT_TAG "v2.4.0"
29+
GIT_TAG "v2.4.3"
3030
PREFIX ${PYBIND_SOURCE_DIR}
3131
UPDATE_COMMAND ""
3232
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)