From a69167abe7502cb0b3396d1a915b4edaf7c122de Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Thu, 3 Apr 2025 14:03:07 -0300 Subject: [PATCH] no luck with 3.5, going back to 3.16.0 for now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b32315ed..171e542b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) # Set the project version and language project(Starship VERSION 0.1.0 LANGUAGES C CXX ASM)