mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
Closes: https://bugs.gentoo.org/952071 Closes: https://bugs.gentoo.org/957237 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
8 lines
176 B
Diff
8 lines
176 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required (VERSION 2.6)
|
|
+cmake_minimum_required (VERSION 3.10)
|
|
project (hcalc C)
|
|
|
|
find_package(X11)
|