Skip to content

Commit

Permalink
Fix pkg-config boost entries for Ubuntu Focal (gazebo11)
Browse files Browse the repository at this point in the history
Forward port of #2751
  • Loading branch information
j-rivero committed Jul 27, 2020
1 parent e7fdfcd commit 62a8ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ else (build_errors)
endif()
# Remove the prefix lib (not always present, like in pthread)
string (REPLACE "lib" "" bname "${bname}")
# Some boost versions add the Boost:: component to cmake, need to change that to boost_ prefix
string (REPLACE "Boost::" "boost_" bname "${bname}")
set (Boost_PKGCONFIG_LIBS "${Boost_PKGCONFIG_LIBS} ${bname}")
endforeach(b)

Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Gazebo 11.x.x (202x-xx-xx)

1. Fix pkg-config boost entries for Ubuntu Focal
* [Pull request #](https://github.com/osrf/gazebo/pull/)

1. Fix corruption when a URDF file is included from a SDFormat 1.6 model #2734
* [Pull request 2734](https://github.com/osrf/gazebo/pull/2734)

Expand Down

0 comments on commit 62a8ee8

Please sign in to comment.