CMake update #11

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

View File

@ -52,17 +52,14 @@ if(CMAKE_CROSSCOMPILING)
)
endif()
if(${TGT_BSP} MATCHES "arm/raspberrypi" OR ${TGT_BSP} MATCHES "arm/q7s")
set(BSP_PATH "bsp_linux")
else()
if(TGT_BSP)
if(TGT_BSP)
if (${TGT_BSP} MATCHES "arm/raspberrypi" OR ${TGT_BSP} MATCHES "arm/q7s")
# set(BSP_PATH "bsp_linux")
else()
message(WARNING "CMake not configured for this target!")
message(FATAL_ERROR "Target: ${TGT_BSP}!")
endif()
endif()
set(BSP_PATH ${BSP_PATH} PARENT_SCOPE)

2
fsfw

Submodule fsfw updated: 426514b9a2...5b9c0e013e