From d3e330042d3c2735a1663d3cb68b1c354ec97d52 Mon Sep 17 00:00:00 2001 From: craffael Date: Fri, 12 Dec 2025 16:50:10 +0100 Subject: [PATCH] Update minimum CMake version to 3.10 This is necessary to use bzip2 with newer versions of cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28887ca..64397cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright (c) 2015, Ruslan Baratov # All rights reserved. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) project(BZip2 VERSION 1.0.6