summaryrefslogtreecommitdiff
path: root/tools/cmake/common.cmake
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-01-21 15:08:25 +1100
committerjacqueline <me@jacqueline.id.au>2023-01-21 15:08:25 +1100
commitbc8ff773f24fdab7e041241ea198879abd12d6e2 (patch)
treea3f27239dc57bf361544b2ab95f36fe78bcd188d /tools/cmake/common.cmake
parent085b6f3faae17cea47ecb3e39a034dd0ed14f364 (diff)
downloadtangara-fw-bc8ff773f24fdab7e041241ea198879abd12d6e2.tar.gz
Default c++ standard is now 20!
Diffstat (limited to 'tools/cmake/common.cmake')
-rw-r--r--tools/cmake/common.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake
index f322b18b..a116dcb3 100644
--- a/tools/cmake/common.cmake
+++ b/tools/cmake/common.cmake
@@ -1,7 +1,5 @@
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
-set(CMAKE_CXX_STANDARD 17)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Build only the subset of components that we actually depend on.
set(COMPONENTS "")