From 2815725e5b83494c4c9446bcd07ee24dc231f879 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 29 Dec 2020 18:12:05 +0100 Subject: [PATCH] cmake lists update --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0b00d30..a1410bdb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,6 @@ if(NOT OS_FSFW) set(OS_FSFW host CACHE STRING "OS for the FSFW.") endif() -set_property(CACHE OS_FSFW PROPERTY STRINGS host linux) - # Perform steps like loading toolchain files where applicable. include(${CMAKE_SCRIPT_PATH}/PreProjectConfig.cmake) pre_project_config() @@ -91,6 +89,8 @@ add_subdirectory(${MISSION_PATH}) # Post-Sources preparation ################################################################################ +set_property(CACHE OS_FSFW PROPERTY STRINGS host linux) + # Add libraries for all sources. target_link_libraries(${TARGET_NAME} PRIVATE ${LIB_FSFW_NAME}