From 4c9435dbee400a2f456204e9408538f05569612d Mon Sep 17 00:00:00 2001 From: TimZnr Date: Wed, 4 Jan 2023 16:06:11 +0100 Subject: [PATCH] nvm the c++ 20 thing --- AutonomousMode/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/AutonomousMode/CMakeLists.txt b/AutonomousMode/CMakeLists.txt index 5d79b6d..8ca822e 100644 --- a/AutonomousMode/CMakeLists.txt +++ b/AutonomousMode/CMakeLists.txt @@ -1,8 +1,6 @@ cmake_minimum_required(VERSION 3.1.0) project(lfr_image_processing VERSION 0.1.0) -set (CMAKE_CXX_STANDARD 20) - include(CTest) enable_testing()