onnxruntime/dockerfiles/scripts
Changming Sun 23da468154
Upgrade cmake version to 3.24 (#13569)
### 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.
2022-11-04 22:58:51 -07:00
..
checkout_submodules.sh Create Checkout Submodules Script (#11344) 2022-04-29 13:04:26 -07:00
docker_run_vitisai.sh
install_centos_arm64.sh Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
install_common_deps.sh Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
install_fedora_arm32.sh Fix dockerfiles/Dockerfile.arm32v7 build. (#10360) 2022-01-24 19:06:09 -08:00
install_rocm_deps.sh Update rocm_ep and migraphx_ep to rocm4.5.2 and fix dockerfiles to build docker images correctly (#10445) 2022-02-01 16:11:39 -08:00