From 87a0e943d4db8f1f9425e5eabcb97eb751ea5545 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 21 May 2018 00:58:38 -0400 Subject: [PATCH] commander add geo dependency --- src/modules/commander/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/commander/CMakeLists.txt b/src/modules/commander/CMakeLists.txt index aa0aab7fa8..b5e1c2f788 100644 --- a/src/modules/commander/CMakeLists.txt +++ b/src/modules/commander/CMakeLists.txt @@ -53,4 +53,6 @@ px4_add_module( arm_auth.cpp DEPENDS df_driver_framework + git_ecl + ecl_geo )