Skip to content

Commit c69d252

Browse files
Set a more realistic minimum CMake required version. The old value was just a placeholder. 3.23 is required because we use the FILE_SET argument to the install(TARGET...) command to simplify things.
1 parent 1a2b8c0 commit c69d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.30)
1+
cmake_minimum_required(VERSION 3.23)
22

33
set(CMAKE_C_STANDARD 11)
44

0 commit comments

Comments
 (0)