mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-cpp/xsimd: CMake = 3.10
Closes: https://bugs.gentoo.org/964538 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
parent
2659180512
commit
8150c71f14
@ -5,7 +5,7 @@
|
||||
############################################################################
|
||||
|
||||
-cmake_minimum_required(VERSION 3.1)
|
||||
+cmake_minimum_required(VERSION 3.8)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
|
||||
project(xsimd-benchmark)
|
||||
@ -16,7 +16,29 @@
|
||||
############################################################################
|
||||
|
||||
-cmake_minimum_required(VERSION 3.1)
|
||||
+cmake_minimum_required(VERSION 3.8)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
|
||||
project(xsimd-examples)
|
||||
|
||||
--- a/CMakeLists.txt 2025-11-28 19:47:35.424760757 +0100
|
||||
+++ b/CMakeLists.txt 2025-11-28 19:47:46.752621530 +0100
|
||||
@@ -9,7 +9,7 @@
|
||||
# The full license is in the file LICENSE, distributed with this software. #
|
||||
############################################################################
|
||||
|
||||
-cmake_minimum_required(VERSION 3.8)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
project(xsimd)
|
||||
option(XSIMD_REFACTORING ON)
|
||||
|
||||
--- a/test/CMakeLists.txt 2025-11-28 19:48:45.419900523 +0100
|
||||
+++ b/test/CMakeLists.txt 2025-11-28 19:48:54.688786610 +0100
|
||||
@@ -9,7 +9,7 @@
|
||||
# The full license is in the file LICENSE, distributed with this software. #
|
||||
############################################################################
|
||||
|
||||
-cmake_minimum_required(VERSION 3.8)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
|
||||
project(xsimd-test)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user