From 305c09f8700930afbfcbf68e0cd10246d6245fd8 Mon Sep 17 00:00:00 2001 From: Toni Rosinol Date: Tue, 4 Feb 2020 17:02:25 -0500 Subject: [PATCH] Fix issue #1: c++11 features --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8180a24..c750467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}