Skip to content

Commit

Permalink
Merge branch 'bugfix/github_bug_numpy_python' into 'main'
Browse files Browse the repository at this point in the history
Github issue #462, internal issue #350: Fix: Upgrade pybind11 version

See merge request syntron/support/csr/ifm3d/ifm3d!400
  • Loading branch information
NikitaS20 committed Aug 30, 2024
2 parents 567a078 + 23d6226 commit 969620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if(BUILD_MODULE_PYBIND11)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11"
GIT_TAG "tags/v2.10.1"
GIT_TAG "tags/v2.12.0"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)
Expand Down

0 comments on commit 969620c

Please sign in to comment.