Skip to content

Commit 757fd83

Browse files
tkazikJaeyoung-Lim
authored andcommitted
noetic: pcl requires C++14
1 parent 7f7892d commit 757fd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voxblox_ros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(voxblox_ros)
44
find_package(catkin_simple REQUIRED)
55
catkin_simple(ALL_DEPS_REQUIRED)
66

7-
add_definitions(-std=c++11 -Wall -Wextra)
7+
add_definitions(-std=c++14 -Wall -Wextra)
88

99
#############
1010
# LIBRARIES #

0 commit comments

Comments
 (0)