Skip to content

Commit

Permalink
pmod_microsd/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 authored Apr 9, 2024
1 parent faa4f58 commit b161045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmod_microsd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(pmod_microsd

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 b161045

Please sign in to comment.