mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Closes: https://bugs.gentoo.org/953548 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
9 lines
307 B
Diff
9 lines
307 B
Diff
--- a/CMakeLists.txt 2025-02-28 16:30:57.000000000 +0100
|
|
+++ b/CMakeLists.txt 2025-04-12 16:56:54.729179310 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 2.8.4)
|
|
+cmake_minimum_required(VERSION 3.5)
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/")
|
|
project(omemo-c)
|
|
|