[rcl_action] Clean up CMakeLists.txt
This commit is contained in:
parent
ce8ac5eeec
commit
f39ac3cbe7
1 changed files with 3 additions and 6 deletions
|
@ -53,11 +53,11 @@ add_library(${PROJECT_NAME}
|
|||
)
|
||||
|
||||
ament_target_dependencies(${PROJECT_NAME}
|
||||
"rosidl_generator_c"
|
||||
"action_msgs"
|
||||
"rmw"
|
||||
"rcutils"
|
||||
"rcl"
|
||||
"rcutils"
|
||||
"rmw"
|
||||
"rosidl_generator_c"
|
||||
)
|
||||
# Causes the visibility macros to use dllexport rather than dllimport,
|
||||
# which is appropriate when building the dll but not consuming it.
|
||||
|
@ -75,7 +75,6 @@ install(TARGETS ${PROJECT_NAME}
|
|||
)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
find_package(test_msgs REQUIRED)
|
||||
find_package(ament_cmake_gtest REQUIRED)
|
||||
find_package(ament_lint_auto REQUIRED)
|
||||
find_package(test_msgs REQUIRED)
|
||||
|
@ -101,7 +100,6 @@ if(BUILD_TESTING)
|
|||
target_include_directories(test_action_communication PUBLIC
|
||||
include
|
||||
${rcl_INCLUDE_DIRS}
|
||||
${test_msgs_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_libraries(test_action_communication
|
||||
${PROJECT_NAME}
|
||||
|
@ -115,7 +113,6 @@ if(BUILD_TESTING)
|
|||
target_include_directories(test_action_server PUBLIC
|
||||
include
|
||||
${rcl_INCLUDE_DIRS}
|
||||
${test_msgs_INCLUDE_DIRS}
|
||||
)
|
||||
target_link_libraries(test_action_server
|
||||
${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue