From 979cda1b10adb8c78cd09f458e5bb64016e03f8e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 21 Dec 2015 12:01:09 +0100 Subject: [PATCH] Add dependency to ECL to CMake --- src/modules/ekf2/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/ekf2/CMakeLists.txt b/src/modules/ekf2/CMakeLists.txt index ebdc09c46c..82d13d5fe3 100644 --- a/src/modules/ekf2/CMakeLists.txt +++ b/src/modules/ekf2/CMakeLists.txt @@ -43,5 +43,6 @@ px4_add_module( ekf2_main.cpp DEPENDS platforms__common + git_ecl ) # vim: set noet ft=cmake fenc=utf-8 ff=unix :