nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1From bbfcbd7c039ddcfc3f419a4a45eee0076696fd39 Mon Sep 17 00:00:00 2001
2From: ryfactor <6005108+ryfactor@users.noreply.github.com>
3Date: Fri, 13 Jun 2025 11:00:58 +1200
4Subject: [PATCH] Update CMake min version to 3.5
5
6---
7 CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/CMakeLists.txt b/CMakeLists.txt
11index e2358bad4..95db47bc7 100644
12--- a/CMakeLists.txt
13+++ b/CMakeLists.txt
14@@ -1,4 +1,4 @@
15-cmake_minimum_required(VERSION 2.8.12.2)
16+cmake_minimum_required(VERSION 3.5)
17 project(ivan CXX C)
18
19 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")