Skip to content

Commit

Permalink
Merge pull request #14 from traclabs/indigo-devel
Browse files Browse the repository at this point in the history
Minor changes to indigo-devel CMake allow this to be used in kinetic and indigo
  • Loading branch information
UltronDestroyer authored Feb 27, 2017
2 parents 321ef48 + 8123220 commit f56acff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
cmake_minimum_required(VERSION 2.8.3)
project(robot_self_filter)

if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
endif()


find_package(PkgConfig REQUIRED)

find_package(Boost REQUIRED COMPONENTS signals)
Expand Down

0 comments on commit f56acff

Please sign in to comment.