From e1548ab77e2df44979c66141eb118e1f16b4e51a Mon Sep 17 00:00:00 2001 From: Brian Brunner Date: Mon, 16 Feb 2026 17:04:59 -0700 Subject: [PATCH] Update CMake minimum version range newer cmake doesn't support less than 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a78b53316..c11e64fda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.13...4.1.2) set(HL_VERSION_MAJOR 1) set(HL_VERSION_MINOR 16)