Skip to content

Commit

Permalink
Merge pull request #139 from k-okada/fix_138
Browse files Browse the repository at this point in the history
remove find_package(gazebo), to solve -pthread linking errors
  • Loading branch information
k-okada authored Mar 18, 2018
2 parents 0176e99 + a4769f7 commit 8a6401e
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 8a6401e

Please sign in to comment.