Specify minimum cmake version for generic_board.cmake

This commit is contained in:
Andrew Scheller 2024-08-28 14:14:22 +01:00 committed by GitHub
parent a2a4c2041e
commit 814c83f9a2
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})