Skip to content

Commit

Permalink
ci: fix floppybridge CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 25, 2024
1 parent 8cac485 commit a796a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/floppybridge/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project (floppybridge VERSION 1.6.0)
cmake_minimum_required(VERSION 3.16)
project (floppybridge VERSION 1.6.4)
enable_language(C CXX)
add_library(floppybridge SHARED
src/ArduinoFloppyBridge.cpp
Expand Down

0 comments on commit a796a68

Please sign in to comment.