Skip to content

Commit

Permalink
Updated for Foxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tpanzarella committed Jun 5, 2020
1 parent 9a49aaa commit 0ed7f66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Releases
<td>Ubuntu 18.04</td>
<td>Eloquent</td>
</tr>
<tr>
<td>0.1.0</td>
<td>Ubuntu 20.04</td>
<td>Foxy</td>
</tr>
</table>

About
Expand Down
5 changes: 0 additions & 5 deletions h5_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ find_package(HDF5 REQUIRED COMPONENTS C CXX)
find_package(spdlog_vendor REQUIRED)
find_package(yaml-cpp REQUIRED)

# XXX: This should not be needed, but it is the only way I can get the
# ROS2-bundled spdlog to integrate "nicely" with my CMake build. I'm probably
# overlooking something "obvious" ??
set(SPDLOG_DIR /opt/ros/eloquent/include)

#############
## Build ##
#############
Expand Down

0 comments on commit 0ed7f66

Please sign in to comment.