CMake update #11

Merged
meierj merged 25 commits from mueller/cmake-update into develop 2020-12-29 17:55:35 +01:00
31 changed files with 1 additions and 1 deletions
Showing only changes of commit df355652e0 - Show all commits

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.")