From 4d13743b7fb3a8fab333bab385839ee05b7048dd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 3 May 2022 17:30:36 +0200 Subject: [PATCH] remove faulty line --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eac61b84..07d682ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -298,7 +298,6 @@ target_include_directories(${WATCHDOG_NAME} PUBLIC ) # unittests -f(TGT_BSP MATCHES "arm/raspberrypi" OR TGT_BSP MATCHES "arm/beagleboneblack") add_executable(${UNITTEST_NAME} EXCLUDE_FROM_ALL) if(EIVE_ADD_ETL_LIB)