nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1From 17228e7435f0c3e4244fb8853835538807ca7505 Mon Sep 17 00:00:00 2001
2From: SkohTV <contact@skoh.dev>
3Date: Thu, 9 Oct 2025 15:51:07 -0400
4Subject: [PATCH] Increase `cmake_minimum_required`: 3.3 -> 3.10 cmake 4.0
5 dropped the support for cmake < 3.5
6
7---
8 CMakeLists.txt | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/CMakeLists.txt b/CMakeLists.txt
12index 1c26f9a..ca8e4c2 100644
13--- a/CMakeLists.txt
14+++ b/CMakeLists.txt
15@@ -1,4 +1,4 @@
16-cmake_minimum_required(VERSION "3.3")
17+cmake_minimum_required(VERSION 3.3...3.10)
18 cmake_policy(SET CMP0063 NEW)
19 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")