mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 00:08:36 +03:00
Bug: https://bugs.gentoo.org/956398 Closes: https://bugs.gentoo.org/884711 Closes: https://bugs.gentoo.org/954002 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
409 B
Diff
13 lines
409 B
Diff
https://bugs.gentoo.org/954002
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -11,7 +11,7 @@
|
|
################################################################################
|
|
# Initial setup
|
|
################################################################################
|
|
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
|
|
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
|
|
|
|
IF(COMMAND cmake_policy)
|
|
CMAKE_POLICY(SET CMP0003 NEW)
|