Skip to content

Commit

Permalink
remove find_package(gazebo), to sovle -pthread linking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Mar 16, 2018
1 parent 0176e99 commit a4769f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pr2_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
cmake_minimum_required(VERSION 2.8.3)
project(pr2_gazebo)

find_package(gazebo REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(SDF sdformat REQUIRED)

find_package(catkin REQUIRED)

catkin_package(
DEPENDS
GAZEBO
SDF
)
catkin_package()

# Install Gazebo Scripts
install(
Expand Down

0 comments on commit a4769f7

Please sign in to comment.