Skip to content

Commit

Permalink
Specify minimum cmake version for generic_board.cmake (#1879)
Browse files Browse the repository at this point in the history
  • Loading branch information
lurch authored Sep 28, 2024
1 parent 20cf711 commit 78533ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/generic_board.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# For boards without their own cmake file, we look for a header file
cmake_minimum_required(VERSION 3.15)

# PICO_CMAKE_CONFIG: PICO_BOARD_HEADER_DIRS, List of directories to look for <PICO_BOARD>.h in. This may be specified the user environment, type=list, group=build
if (DEFINED ENV{PICO_BOARD_HEADER_DIRS})
Expand Down

0 comments on commit 78533ec

Please sign in to comment.