Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cmake/external/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ set(PYBIND11_NOPYTHON ON CACHE BOOL "" FORCE)
set(PYBIND11_INSTALL OFF CACHE BOOL "" FORCE)
set(PYBIND11_TEST OFF CACHE BOOL "" FORCE)
onnxruntime_fetchcontent_declare(
pybind11_project
pybind11
URL ${DEP_URL_pybind11}
URL_HASH SHA1=${DEP_SHA1_pybind11}
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS 2.13 NAMES pybind11
)
onnxruntime_fetchcontent_makeavailable(pybind11_project)

onnxruntime_fetchcontent_makeavailable(pybind11)