Remove XRCE dependency and add superbuild (#97) (#98)

Update package info

Update

Fix xrceagent paths

Update

Revert "Bump version"

This reverts commit 7b6b713041405a21d701952ef1eb2e8faab2802e.

Initial

(cherry picked from commit ceb1a1436c)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
This commit is contained in:
mergify[bot]
2021-09-13 10:48:56 +02:00
committed by GitHub
co-authored by Pablo Garrido
parent 7369137252
commit d2a7e319ca
3 changed files with 79 additions and 5 deletions
+9 -1
View File
@@ -19,7 +19,15 @@ option(UROSAGENT_GENERATE_PROFILE
)
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
project(micro_ros_agent LANGUAGES CXX)
option(MICROROSAGENT_SUPERBUILD "Enable superbuild compilation." ON)
if(NOT MICROROSAGENT_SUPERBUILD)
project(micro_ros_agent LANGUAGES CXX)
else()
project(uagent_superbuild NONE)
include(${PROJECT_SOURCE_DIR}/cmake/SuperBuild.cmake)
return()
endif()
find_package(ament_cmake REQUIRED)
find_package(microxrcedds_agent REQUIRED)