Skip to content

Commit

Permalink
Clean warehouse_ros OpenSSL depend (moveit#514)
Browse files Browse the repository at this point in the history
Co-authored-by: Henning Kayser <henningkayser@picknik.ai>
  • Loading branch information
Vatan Aksoy Tezer and henningkayser committed Jun 28, 2021
1 parent e660ec9 commit 53d0a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions moveit_ros/warehouse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ find_package(warehouse_ros REQUIRED)
find_package(moveit_ros_planning REQUIRED)
find_package(tf2_eigen REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(OpenSSL)

# Finds Boost Components
include(ConfigExtras.cmake)

include_directories(warehouse/include ${OPENSSL_INCLUDE_DIR})
include_directories(warehouse/include)

add_subdirectory(warehouse)

Expand Down
1 change: 0 additions & 1 deletion moveit_ros/warehouse/warehouse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ add_library(${MOVEIT_LIB_NAME} SHARED
)
set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}")
ament_target_dependencies(${MOVEIT_LIB_NAME} rclcpp Boost moveit_core warehouse_ros moveit_ros_planning)
target_link_libraries(${MOVEIT_LIB_NAME} ${OPENSSL_CRYPTO_LIBRARY})

add_executable(moveit_warehouse_broadcast src/broadcast.cpp)
ament_target_dependencies(moveit_warehouse_broadcast rclcpp Boost warehouse_ros moveit_ros_planning)
Expand Down

0 comments on commit 53d0a3e

Please sign in to comment.