nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/CMakeLists.txt b/CMakeLists.txt
2index efedf74..effa1ec 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -4,7 +4,8 @@
6 # Copyright (c) 2012 Louis Dionne
7 # Copyright (c) 2021-2022 Manticore Software LTD
8 #
9-cmake_minimum_required ( VERSION 3.17 )
10+# Fix build with CMake 4
11+cmake_minimum_required ( VERSION 3.5 )
12
13 foreach (policy CMP0091 CMP0022)
14 if (POLICY ${policy})