fix cmake version range

This commit is contained in:
Green Sky
2026-01-06 18:16:42 +01:00
parent 00cb8cfd67
commit 4a971ed2dc

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
add_executable(totato
./main.cpp