From 3fc72514a4bc55ae17fc2759834d0fa0bd14f18d Mon Sep 17 00:00:00 2001 From: uvos Date: Thu, 12 Oct 2023 14:53:47 +0200 Subject: [PATCH] increase cmake version --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16863ff..0d33afe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,11 +2,12 @@ ## Adjust the settings according to your board. ## The settings here work for the Arduino Uno, Rev. 3. +# CMake version +cmake_minimum_required(VERSION 3.20) + # Project name project(SensorDisplay) -# CMake version -cmake_minimum_required(VERSION 2.6) # Options # Adjust to your board