From 6d20efc702b488c8f347a115a41dde9d0abdd883 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 4 Oct 2022 13:13:58 +1100 Subject: SPI and SD card initialisation --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 586693c1..4bcae43d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ # CMakeLists in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.8) set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) include($ENV{ADF_PATH}/CMakeLists.txt) include($ENV{IDF_PATH}/tools/cmake/project.cmake) -- cgit v1.2.3