Skip to content

Commit 413cbf6

Browse files
committed
Bugfix: build: C23 requires CMake 3.21
1 parent 66dad2f commit 413cbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.10)
1+
cmake_minimum_required(VERSION 3.21)
22

33
project(DATUM VERSION 0.2 LANGUAGES C)
44
set(CMAKE_C_STANDARD 23)

0 commit comments

Comments
 (0)