Skip to content
Snippets Groups Projects
Unverified Commit 814c83f9 authored by Andrew Scheller's avatar Andrew Scheller Committed by GitHub
Browse files

Specify minimum cmake version for generic_board.cmake

parent a2a4c204
No related branches found
No related tags found
No related merge requests found
# 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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment