mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Specify minimum cmake version for generic_board.cmake (#1879)
This commit is contained in:
parent
20cf7119f4
commit
78533ec119
1 changed files with 1 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue