summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-02 22:39:53 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-02 22:39:53 -0300
commit2b00a0fc3166d7a1a347369aff7a8e42f4423c02 (patch)
treee9129db6374c7aa966069c5cd2fcf1bea45a3133
parent851a435e9e0f6838dfeea14b992cb05838cde88f (diff)
cmake 3.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)