From 33d4b574001e89828c044eff295ca0a20295e549 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 7 Dec 2020 02:03:42 +0100 Subject: [PATCH] additional build option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index eff272df..9973c0ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ set(LIB_FSFW_NAME fsfw) add_library(${LIB_FSFW_NAME}) option(FSFW_USE_RMAP "Compile with RMAP" ON) +option(FSFW_USE_DATALINKLAYER "Compile with Data Link Layer" ON) add_subdirectory(action) add_subdirectory(container)