From 2b00a0fc3166d7a1a347369aff7a8e42f4423c02 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Wed, 2 Apr 2025 22:39:53 -0300 Subject: [PATCH] cmake 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 171e542b..a4d931bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR) # Set the project version and language project(Starship VERSION 0.1.0 LANGUAGES C CXX ASM)