Skip to content

Commit

Permalink
fmc_basic_peripheral/CMakeLists.txt: require kicad 8
Browse files Browse the repository at this point in the history
- bump kicad 7 -> kicad 8
  • Loading branch information
vowstar committed Apr 9, 2024
1 parent 9a3d10f commit faa4f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmc_basic_peripheral/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

find_program(KICADCLI_PROGRAM "kicad-cli")
if(NOT KICADCLI_PROGRAM)
message(FATAL_ERROR "kicad-cli not found, please install kicad7")
message(FATAL_ERROR "kicad-cli not found, please install kicad 8")
endif()

file(GLOB_RECURSE PROJECT_SCH_FILES ${CMAKE_CURRENT_LIST_DIR} "*.kicad_sch")
Expand Down

0 comments on commit faa4f58

Please sign in to comment.