From c58d1df7bc233399e99de6c45974f3329e7d79ba Mon Sep 17 00:00:00 2001 From: Roman Bapst Date: Thu, 10 Dec 2015 16:49:42 +0100 Subject: [PATCH] fixed cmake file --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d226d2648e..c439b304dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,5 +48,7 @@ px4_add_module( EKF/covariance.cpp EKF/vel_pos_fusion.cpp EKF/mag_fusion.cpp + DEPENDS + platforms__common ) # vim: set noet ft=cmake fenc=utf-8 ff=unix :