Skip to content

Commit

Permalink
cmake: bump minimum version to 3.10 in bin2c script
Browse files Browse the repository at this point in the history
cmake 3.31 deprecates compatibility with versions older than 3.10
  • Loading branch information
alexey-lysiuk committed Jan 7, 2025
1 parent 4366c65 commit d6ef493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin2c.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4) # needed for string(APPEND)
cmake_minimum_required(VERSION 3.10)

function(bin2c INPUT_FILE VARIABLE_NAME OUTPUT_FILE)
#message("bin2c(\"${INPUT_FILE}\" \"${VARIABLE_NAME}\" \"${OUTPUT_FILE}\")")
Expand Down

0 comments on commit d6ef493

Please sign in to comment.