Skip to content

Commit

Permalink
Merge pull request #120 from v4hn/missing_gazebo_flags
Browse files Browse the repository at this point in the history
add missing GAZEBO_CXX_FLAGS
  • Loading branch information
TheDash committed Jun 6, 2016
2 parents fba3793 + 534becb commit 600684f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pr2_gazebo_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 2.8.12)
project(pr2_gazebo_plugins)

add_definitions(-fPIC)
Expand Down Expand Up @@ -107,6 +107,8 @@ include_directories(include
${OGRE-Terrain_INCLUDE_DIRS}
)

add_compile_options(${GAZEBO_CXX_FLAGS})

link_directories(
${GAZEBO_LIBRARY_DIRS}
${orocos_kdl_LIBRARY_DIRS}
Expand Down

0 comments on commit 600684f

Please sign in to comment.