Bugfix: build: C23 requires CMake 3.21

This commit is contained in:
Luke Dashjr 2025-03-17 19:09:58 +00:00
parent 66dad2f476
commit 413cbf6142
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.21)
project(DATUM VERSION 0.2 LANGUAGES C)
set(CMAKE_C_STANDARD 23)