Remove not needed package.

This commit is contained in:
Borja Outerelo
2019-07-12 12:26:34 +02:00
parent d604a15708
commit b47de612e6
7 changed files with 2 additions and 204 deletions
+1 -2
View File
@@ -208,8 +208,7 @@ file(WRITE "${_DEFAULT_FASTRTPS_PROFILES_PATH}" "${_XmlDoc}")
# Only compile uROS agent if rclcpp is found
find_package(rclcpp QUIET)
if (rclcpp_FOUND)
find_package(microxrcedds_agent_cmake_module REQUIRED)
find_package(MicroXRCEDDS_Agent REQUIRED MODULE)
find_package(microxrcedds_agent REQUIRED)
add_executable(${PROJECT_NAME} src/main.cpp)
ament_target_dependencies(