revert cmake version

This commit is contained in:
Sonic Dreamcaster 2025-04-03 13:11:57 -03:00
parent 3b57344dde
commit 751ecd3e7b

View file

@ -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)