Skip to content

Commit

Permalink
Drop enforcement of (old) CXX standard
Browse files Browse the repository at this point in the history
C++17 is the default nowadays.
  • Loading branch information
LeroyR authored Sep 13, 2023
1 parent e6b34e7 commit 1649fb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.1)
project(agni_tf_tools)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

## Find catkin macros and libraries
find_package(catkin REQUIRED COMPONENTS
roscpp
Expand Down

0 comments on commit 1649fb8

Please sign in to comment.