Skip to content

Commit

Permalink
Merge pull request #4 from bsinno/feature/play_old_bagfiles_find_openssl
Browse files Browse the repository at this point in the history
find openssl
  • Loading branch information
Martin-Idel-SI authored Dec 13, 2018
2 parents a9ae225 + eee2e9a commit 96bb875
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ros1_rosbag_storage_vendor/resources/cmakeliststxt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ index dc49e2250..a440b7eda 100644
src/bag.cpp
src/bag_player.cpp
src/buffer.cpp
@@ -45,44 +72,97 @@ add_library(rosbag_storage
@@ -45,44 +72,99 @@ add_library(rosbag_storage
src/view.cpp
src/uncompressed_stream.cpp
)
Expand Down Expand Up @@ -119,6 +119,7 @@ index dc49e2250..a440b7eda 100644
+ RUNTIME DESTINATION bin
)

+find_package(OpenSSL REQUIRED)
-add_library(rosbag_default_encryption_plugins
+add_library(rosbag_default_encryption_plugins SHARED
${AES_ENCRYPT_SOURCE}
Expand All @@ -131,7 +132,8 @@ index dc49e2250..a440b7eda 100644
+ $<INSTALL_INTERFACE:include>
+ ${console_bridge_INCLUDE_DIRS}
+ ${Boost_INCLUDE_DIRS}
+ ${BZIP2_INCLUDE_DIR})
+ ${BZIP2_INCLUDE_DIR}
+ ${OPENSSL_INCLUDE_DIR})
+
+target_link_libraries(rosbag_default_encryption_plugins
+ ros1_rosbag_storage
Expand Down

0 comments on commit 96bb875

Please sign in to comment.