Skip to content

Commit db96d0b

Browse files
committed
switch to c++17 for ubuntu 22.4 support
1 parent 39bfa78 commit db96d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.0)
22
project(ros_vrpn_client)
33

4-
add_definitions(-std=c++11)
4+
add_definitions(-std=c++17)
55

66
find_package(catkin_simple REQUIRED)
77
catkin_simple(ALL_DEPS_REQUIRED)

0 commit comments

Comments
 (0)