Skip to content

Commit

Permalink
change the pybind11 version to 7331d381af4639f385fa07b5cb07d6c5dbacba71
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Dec 26, 2024
1 parent e607282 commit fab55f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmf/hml/cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(HMP_ENABLE_PYTHON)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG a2e59f0e7065404b44dfe92a28aca47ba1378dc4
GIT_TAG 7331d381af4639f385fa07b5cb07d6c5dbacba71
)
FetchContent_MakeAvailable(pybind11)
else ()
Expand Down

0 comments on commit fab55f2

Please sign in to comment.