Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion vendor/FP16/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)

INCLUDE(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion vendor/gemmlowp/contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright © 2016 Zhou Mo <cdluminate@gmail.com>
# Licence Apache-2.0

cmake_minimum_required(VERSION 3.7)
cmake_minimum_required(VERSION 3.10)

# Project
project(gemmlowp C CXX)
Expand Down
2 changes: 1 addition & 1 deletion vendor/neon2sse/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Boilerplate: Copyright (C) 2014-2017 Ruslan Baratov
# Modification: Copyright (C) 2017 David Hirvonen

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
project(NEON_2_SSE VERSION 1.0.0)

add_library(${PROJECT_NAME} INTERFACE)
Expand Down
2 changes: 1 addition & 1 deletion vendor/patches/FP16.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index 5e7d127..bbe20be 100644
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)

INCLUDE(GNUInstallDirs)

13 changes: 13 additions & 0 deletions vendor/patches/gemmlowp.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt
index f0c3b3e..1234567 100644
--- a/contrib/CMakeLists.txt
+++ b/contrib/CMakeLists.txt
@@ -2,7 +2,7 @@
# Copyright © 2016 Zhou Mo <cdluminate@gmail.com>
# Licence Apache-2.0

-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.10)

# Project
project(gemmlowp C CXX)
2 changes: 1 addition & 1 deletion vendor/patches/neon2sse.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index e4b8980..a45ea92 100644
# Modification: Copyright (C) 2017 David Hirvonen

-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.10)
project(NEON_2_SSE VERSION 1.0.0)

add_library(${PROJECT_NAME} INTERFACE)
2 changes: 1 addition & 1 deletion vendor/patches/psimd.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ index bd69c62..4ba1fed 100644
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)

INCLUDE(GNUInstallDirs)

2 changes: 1 addition & 1 deletion vendor/psimd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)

INCLUDE(GNUInstallDirs)

Expand Down