File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ option(UROSAGENT_GENERATE_PROFILE
2020set (CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
2121
2222option (MICROROSAGENT_SUPERBUILD "Enable superbuild compilation." ON )
23+ option (UAGENT_USE_SYSTEM_LOGGER "Force use of system installed spdlog logger on superbuild." OFF )
2324
2425if (NOT MICROROSAGENT_SUPERBUILD)
2526 project (micro_ros_agent LANGUAGES CXX)
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ if(NOT xrceagent_FOUND)
4545 -DCMAKE_SYSTEM_NAME:STRING =${CMAKE_SYSTEM_NAME}
4646 -DUAGENT_USE_SYSTEM_FASTDDS:BOOL =ON
4747 -DUAGENT_USE_SYSTEM_FASTCDR:BOOL =ON
48+ -DUAGENT_USE_SYSTEM_LOGGER:BOOL =${UAGENT_USE_SYSTEM_LOGGER}
4849 -DUAGENT_CED_PROFILE:BOOL =OFF
4950 -DUAGENT_P2P_PROFILE:BOOL =OFF
5051 -DUAGENT_BUILD_EXECUTABLE:BOOL =OFF
You can’t perform that action at this time.
0 commit comments