mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
### Description Upgrade cmake version to 3.24 because I need to use a new feature that is only provided in that version and later. Starting from cmake 3.24, the [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html#module:FetchContent) module and the [find_package()](https://cmake.org/cmake/help/latest/command/find_package.html#command:find_package) command now support integration capabilities, which means calls to "FetchContent" can be implicitly redirected to "find_package", and vice versa. Users can use a cmake variable to control the behavior. So, we don't need to provide such a build option. We can delete our "onnxruntime_PREFER_SYSTEM_LIB" build option and let cmake handle it. And it would be easier for who wants to use vcpkg. ### Motivation and Context Provide a unified package management method, and get aligned with the community. This change is split from #13523 for easier review. |
||
|---|---|---|
| .. | ||
| inference | ||
| scripts | ||
| Dockerfile.arm_yocto | ||
| Dockerfile.manylinux2014_aten_cpu | ||
| Dockerfile.manylinux2014_cpu | ||
| Dockerfile.manylinux2014_cuda11 | ||
| Dockerfile.manylinux2014_cuda11_4_tensorrt8_0 | ||
| Dockerfile.manylinux2014_cuda11_4_tensorrt8_2 | ||
| Dockerfile.manylinux2014_cuda11_6_tensorrt8_4 | ||
| Dockerfile.manylinux2014_eager_cpu | ||
| Dockerfile.manylinux2014_lort_cpu | ||
| Dockerfile.manylinux2014_rocm5.2.3 | ||
| Dockerfile.manylinux2014_rocm5.3 | ||
| Dockerfile.manylinux2014_training_cuda11_6 | ||
| Dockerfile.manylinux_2_27_cpu | ||
| Dockerfile.ubuntu_cuda11_4_tensorrt8_0 | ||
| Dockerfile.ubuntu_cuda11_4_tensorrt8_2 | ||
| Dockerfile.ubuntu_cuda11_6_tensorrt8_4 | ||
| Dockerfile.ubuntu_for_arm | ||
| Dockerfile.ubuntu_gpu_training | ||
| Dockerfile.ubuntu_openvino | ||
| Dockerfile.ubuntu_tensorrt | ||
| Dockerfile.ubuntu_tensorrt_bin | ||
| Dockerfile_manylinux2014_openvino_multipython | ||
| manylinux-entrypoint | ||
| manylinux.patch | ||