mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
Bug: https://bugs.gentoo.org/964503 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44625 Closes: https://github.com/gentoo/gentoo/pull/44625 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
9 lines
240 B
Diff
9 lines
240 B
Diff
# bug #964503
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.5)
|
|
+cmake_minimum_required(VERSION 4.0)
|
|
include(CheckCCompilerFlag)
|
|
project(zstd-jni C ASM)
|
|
file(STRINGS "version" NATIVE_VERSION)
|