From 93bf80d0ac90f6be43fd94b4e957a3a947629ef3 Mon Sep 17 00:00:00 2001 From: Erik Abair Date: Wed, 23 Apr 2025 21:56:13 -0700 Subject: [PATCH] cmake: Update min version to fix building with CMake 4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aec9fa..bb80023 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(extract-xiso) string(TOUPPER __${CMAKE_SYSTEM_NAME}__ TARGET_OS)