Add system logger flag (#118) (#120)

* Add system logger flag

* Add flag to superbuild

(cherry picked from commit 90545b7184)

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2022-01-27 15:35:46 +01:00
committed by GitHub
co-authored by Antonio Cuadros
parent 0af992145e
commit 5b566f7b4f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ option(UROSAGENT_GENERATE_PROFILE
set(CMAKE_C_CLANG_TIDY clang-tidy -checks=*)
option(MICROROSAGENT_SUPERBUILD "Enable superbuild compilation." ON)
option(UAGENT_USE_SYSTEM_LOGGER "Force use of system installed spdlog logger on superbuild." OFF)
if(NOT MICROROSAGENT_SUPERBUILD)
project(micro_ros_agent LANGUAGES CXX)