From 456ce147f3af4e1fb191b422954eeeaa9b807fdb Mon Sep 17 00:00:00 2001 From: Mike Walters Date: Sun, 30 Nov 2025 23:41:58 +0000 Subject: [PATCH] Bump CMake minimum --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 462a682..95e166c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(inspectrum CXX) enable_testing()