Browse Source

cmake standard to cpp 20

master
Tim Zeuner 1 year ago
parent
commit
b46898a506
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      AutonomousMode/CMakeLists.txt

+ 2
- 0
AutonomousMode/CMakeLists.txt View File

@@ -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()


Loading…
Cancel
Save