aports/testing/civetweb/CMakeLists.txt.patch
2026-04-05 18:43:11 +02:00

16 lines
525 B
Diff

Patch-Source: https://src.fedoraproject.org/rpms/civetweb/blob/f44/f/0001-CMakeLists.txt.patch
--
--- civetweb-1.16/CMakeLists.txt.orig 2026-02-19 13:25:55.181183928 -0500
+++ civetweb-1.16/CMakeLists.txt 2026-02-19 13:26:24.274831312 -0500
@@ -1,8 +1,6 @@
# Use at least CMake 3.3
-cmake_minimum_required (VERSION 3.3.0)
-cmake_policy(VERSION 3.2.2)
-cmake_policy(SET CMP0054 NEW)
-cmake_policy(SET CMP0057 NEW)
+cmake_minimum_required (VERSION 3.10)
+cmake_policy(VERSION 3.10)
# Set up the project
project (civetweb)