increase cmake version
This commit is contained in:
parent
be10365d9f
commit
3fc72514a4
|
@ -2,11 +2,12 @@
|
||||||
## Adjust the settings according to your board.
|
## Adjust the settings according to your board.
|
||||||
## The settings here work for the Arduino Uno, Rev. 3.
|
## The settings here work for the Arduino Uno, Rev. 3.
|
||||||
|
|
||||||
|
# CMake version
|
||||||
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
# Project name
|
# Project name
|
||||||
project(SensorDisplay)
|
project(SensorDisplay)
|
||||||
|
|
||||||
# CMake version
|
|
||||||
cmake_minimum_required(VERSION 2.6)
|
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
# Adjust to your board
|
# Adjust to your board
|
||||||
|
|
Loading…
Reference in a new issue