summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-03 13:35:15 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-03 13:35:15 -0300
commit366bbe8be420080ed886a3c5de2d92447cbe6e8a (patch)
treeaa4714a7710a7fb257fb8870915eeb29077c7c19
parent996d212120e918e3c4a7881b745420e237fe00e6 (diff)
cmake 3.5 retry
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 171e542b..b32315ed 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 FATAL_ERROR)
# Set the project version and language
project(Starship VERSION 0.1.0 LANGUAGES C CXX ASM)