restructured build system support

This commit is contained in:
Robin Müller 2020-12-29 14:21:52 +01:00 committed by Robin Mueller
parent e42cbc3116
commit bacf50f663
31 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
# set(CMAKE_VERBOSE TRUE)
set(CMAKE_SCRIPT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/buildsystem/cmake")
set(CMAKE_SCRIPT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
if(NOT OS_FSFW)
set(OS_FSFW host CACHE STRING "OS for the FSFW.")