mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
13 lines
377 B
Diff
13 lines
377 B
Diff
From: Jaco Kroon <jkroon@gentoo.org>
|
|
|
|
Upstream report: https://github.com/aws/s2n-tls/issues/5607
|
|
|
|
--- s2n-tls-1.6.0.o/CMakeLists.txt 2025-11-09 13:01:09.058447600 +0200
|
|
+++ s2n-tls-1.6.0/CMakeLists.txt 2025-11-09 13:02:29.498612435 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required (VERSION 3.9)
|
|
+cmake_minimum_required (VERSION 3.10..3.31)
|
|
project (s2n C)
|
|
|
|
if(POLICY CMP0077)
|