mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
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:
co-authored by
Pablo Garrido
parent
fe1b3ade97
commit
fd5bc39536
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user