summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-10-04 13:13:58 +1100
committerjacqueline <me@jacqueline.id.au>2022-10-04 13:13:58 +1100
commit6d20efc702b488c8f347a115a41dde9d0abdd883 (patch)
treeaba4cc6a814b8f975579887e39f29e33b46ad8cc /CMakeLists.txt
parent23671453c01848d4d5591dbbfd31db16e7c6cf53 (diff)
downloadtangara-fw-6d20efc702b488c8f347a115a41dde9d0abdd883.tar.gz
SPI and SD card initialisation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)