From 80088c3da7ec693d553613084046a7ffcdf8c8f5 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Sat, 23 Nov 2024 18:48:55 -0500 Subject: [PATCH] update cmake min version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6818310..c0190c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.23) project(spectator-cpp)