From 6b8ca85dcfd4cc1f979064b15176cb649d2ed774 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 18 Jan 2022 14:28:40 +0100 Subject: [PATCH] hotfix --- src/fsfw/osal/linux/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fsfw/osal/linux/CMakeLists.txt b/src/fsfw/osal/linux/CMakeLists.txt index 63206cb2..41800764 100644 --- a/src/fsfw/osal/linux/CMakeLists.txt +++ b/src/fsfw/osal/linux/CMakeLists.txt @@ -15,7 +15,6 @@ target_sources(${LIB_FSFW_NAME} TaskFactory.cpp tcpipHelpers.cpp unixUtility.cpp - CommandExecutor.cpp ) find_package(Threads REQUIRED)