Skip to content

Commit

Permalink
Update to pybind11 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski authored and texodus committed May 31, 2023
1 parent 680736d commit e00848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Pybind.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(pybind11-download NONE)
include(ExternalProject)
ExternalProject_Add(pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.8.1
GIT_TAG v2.10.4
SOURCE_DIR "${CMAKE_BINARY_DIR}/pybind11-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/pybind11-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit e00848c

Please sign in to comment.