Skip to content

Commit

Permalink
Fix issue #1: c++11 features
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRV committed Feb 4, 2020
1 parent c7ce941 commit 305c09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ project(pose_graph_tools)

find_package(catkin_simple REQUIRED)

add_compile_options(-std=c++11)

catkin_simple()

cs_add_library(${PROJECT_NAME}
Expand Down

0 comments on commit 305c09f

Please sign in to comment.