From d72b212fa629029924d9862e3e862d0388911f8e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 6 May 2022 10:36:01 +0200 Subject: [PATCH] cmakelists.txt hotfix --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f10ab8e..5c898369 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.13) +set(LIB_FSFW_NAME fsfw) project(${LIB_FSFW_NAME}) set(FSFW_VERSION_IF_GIT_FAILS 4) @@ -58,7 +59,7 @@ option(FSFW_ADD_TMSTORAGE "Compile with tm storage components" OFF) # Contrib sources option(FSFW_ADD_SGP4_PROPAGATOR "Add SGP4 propagator code" OFF) -set(LIB_FSFW_NAME fsfw) + set(FSFW_TEST_TGT fsfw-tests) set(FSFW_DUMMY_TGT fsfw-dummy)