summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-03 13:11:57 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-04-03 13:11:57 -0300
commit751ecd3e7b2750290c4af3528e63c3cb394ca775 (patch)
tree3fc054677f4743e9866ac7223f00af39f3bb63a1
parent3b57344dde7e6ec6e22176ed0fdfd3253e69c3fc (diff)
revert cmake version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4d931bb..171e542b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5.0 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)