forked from ekumenlabs/roscpp_android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ekumenlabs#27 from Intermodalics/fix-rosbag_storag…
…e-linking Fix rosbag_storage static linking
- Loading branch information
Showing
3 changed files
with
14 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- catkin_ws/src/ros_comm/rosbag_storage/CMakeLists.txt | ||
+++ catkin_ws/src/ros_comm/rosbag_storage/CMakeLists.txt | ||
@@ -15,7 +15,7 @@ catkin_package( | ||
INCLUDE_DIRS include | ||
LIBRARIES rosbag_storage | ||
CATKIN_DEPENDS roslz4 | ||
- DEPENDS console_bridge Boost | ||
+ DEPENDS console_bridge Boost BZIP2 | ||
) | ||
|
||
# Support large bags (>2GB) on 32-bit systems |