Skip to content

Commit

Permalink
Set a more realistic minimum CMake required version. The old value wa…
Browse files Browse the repository at this point in the history
…s just a placeholder. 3.23 is required because we use the FILE_SET argument to the install(TARGET...) command to simplify things.
  • Loading branch information
insertinterestingnamehere committed Jan 7, 2025
1 parent 1a2b8c0 commit c69d252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30)
cmake_minimum_required(VERSION 3.23)

set(CMAKE_C_STANDARD 11)

Expand Down

0 comments on commit c69d252

Please sign in to comment.