mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update pybind (#1876)
This commit is contained in:
parent
6a9ae65f41
commit
561f2c4a9a
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c",
|
||||
"commitHash": "00a0aa992953d6482114a0f539a21bb535a16383",
|
||||
"repositoryUrl": "https://github.com/pybind/pybind11.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
cmake/external/pybind11.cmake
vendored
2
cmake/external/pybind11.cmake
vendored
|
|
@ -2,7 +2,7 @@ include(ExternalProject)
|
|||
|
||||
set(pybind11_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR}/pybind11/src/pybind11/include)
|
||||
set(pybind11_URL https://github.com/pybind/pybind11.git)
|
||||
set(pybind11_TAG v2.2.4)
|
||||
set(pybind11_TAG v2.4.0)
|
||||
|
||||
ExternalProject_Add(pybind11
|
||||
PREFIX pybind11
|
||||
|
|
|
|||
Loading…
Reference in a new issue