mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
Closes: https://bugs.gentoo.org/959334 Closes: https://bugs.gentoo.org/957463 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
26 lines
728 B
Diff
26 lines
728 B
Diff
--- 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.5 FATAL_ERROR)
|
|
|
|
INCLUDE(GNUInstallDirs)
|
|
|
|
--- a/CMakeLists.txt 2025-07-03 14:17:50.895772131 +0200
|
|
+++ b/CMakeLists.txt 2025-07-03 14:18:13.206538587 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
|
|
+CMAKE_MINIMUM_REQUIRED(VERSION 3.8 FATAL_ERROR)
|
|
|
|
# ---[ Setup project
|
|
PROJECT(
|
|
@@ -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()
|
|
|