diff --git a/AutonomousMode/CMakeLists.txt b/AutonomousMode/CMakeLists.txt index 8ca822e..5d79b6d 100644 --- a/AutonomousMode/CMakeLists.txt +++ b/AutonomousMode/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.1.0) project(lfr_image_processing VERSION 0.1.0) +set (CMAKE_CXX_STANDARD 20) + include(CTest) enable_testing()