diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-04-03 14:03:07 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-04-03 14:03:07 -0300 |
| commit | a69167abe7502cb0b3396d1a915b4edaf7c122de (patch) | |
| tree | fdf926f9cdc84074cfaa4d99477b9ebf11a28141 | |
| parent | 366bbe8be420080ed886a3c5de2d92447cbe6e8a (diff) | |
no luck with 3.5, going back to 3.16.0 for now
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b32315ed..171e542b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5 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) |
