summaryrefslogtreecommitdiff
path: root/dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch')
-rw-r--r--dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch b/dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch
new file mode 100644
index 000000000000..75204f0b7c09
--- /dev/null
+++ b/dev-libs/cpuinfo/files/cpuinfo-2025.11.14-cmake.patch
@@ -0,0 +1,19 @@
+--- a/deps/clog/CMakeLists.txt 2025-07-03 13:48:59.732799363 +0200
++++ b/deps/clog/CMakeLists.txt 2025-07-03 13:49:19.943589382 +0200
+@@ -1,4 +1,4 @@
+-CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.10 FATAL_ERROR)
+
+ INCLUDE(GNUInstallDirs)
+
+--- a/CMakeLists.txt 2025-11-16 18:05:37.024756666 +0100
++++ b/CMakeLists.txt 2025-11-16 18:06:04.759313935 +0100
+@@ -42,7 +42,7 @@
+
+ MACRO(CPUINFO_TARGET_ENABLE_CXX11 target)
+ SET_TARGET_PROPERTIES(${target} PROPERTIES
+- CXX_STANDARD 14
++ CXX_STANDARD 17
+ CXX_EXTENSIONS NO)
+ ENDMACRO()
+