Skip to content

Commit 78533ec

Browse files
authored
Specify minimum cmake version for generic_board.cmake (#1879)
1 parent 20cf711 commit 78533ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/generic_board.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# For boards without their own cmake file, we look for a header file
2+
cmake_minimum_required(VERSION 3.15)
23

34
# 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
45
if (DEFINED ENV{PICO_BOARD_HEADER_DIRS})

0 commit comments

Comments
 (0)