diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 02:11:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 02:11:05 +0000 |
commit | e5e2655e0f84a9ca2c49d899bafbd17845ff2d6b (patch) | |
tree | ab4086b9279d9bf7e8564d76d1a1a759c717cbb3 /0001-downgrade-cmake.patch | |
parent | 7993554df0b339b282e99a6b02596e63637c44df (diff) |
automatic import of onnxruntime
Diffstat (limited to '0001-downgrade-cmake.patch')
-rw-r--r-- | 0001-downgrade-cmake.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/0001-downgrade-cmake.patch b/0001-downgrade-cmake.patch deleted file mode 100644 index bd2ad7d..0000000 --- a/0001-downgrade-cmake.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt -index 82a454791d..87a048fbd2 100644 ---- a/cmake/CMakeLists.txt -+++ b/cmake/CMakeLists.txt -@@ -2,7 +2,7 @@ - # Licensed under the MIT License. - - # Minimum CMake required --cmake_minimum_required(VERSION 3.26) -+cmake_minimum_required(VERSION 3.24) - - cmake_policy(SET CMP0069 NEW) - set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) -@@ -14,7 +14,7 @@ cmake_policy(SET CMP0117 NEW) - cmake_policy(SET CMP0104 OLD) - - # Enable Hot Reload for MSVC compilers if supported. --cmake_policy(SET CMP0141 NEW) -+# cmake_policy(SET CMP0141 NEW) - - # Project - project(onnxruntime C CXX ASM) |