Skip to content

Commit

Permalink
find openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten1987 authored and Martin-Idel-SI committed Dec 13, 2018
1 parent 28ceec8 commit ecdba1d
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 ecdba1d

Please sign in to comment.