Specify minimum cmake version for generic_board.cmake (#1879)

This commit is contained in:
Andrew Scheller 2024-09-28 05:53:44 +01:00 committed by GitHub
parent 20cf7119f4
commit 78533ec119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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})