small bugfix
This commit is contained in:
@ -52,17 +52,14 @@ if(CMAKE_CROSSCOMPILING)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(${TGT_BSP} MATCHES "arm/raspberrypi" OR ${TGT_BSP} MATCHES "arm/q7s")
|
|
||||||
|
|
||||||
set(BSP_PATH "bsp_linux")
|
if(TGT_BSP)
|
||||||
|
if (${TGT_BSP} MATCHES "arm/raspberrypi" OR ${TGT_BSP} MATCHES "arm/q7s")
|
||||||
else()
|
# set(BSP_PATH "bsp_linux")
|
||||||
|
else()
|
||||||
if(TGT_BSP)
|
|
||||||
message(WARNING "CMake not configured for this target!")
|
message(WARNING "CMake not configured for this target!")
|
||||||
message(FATAL_ERROR "Target: ${TGT_BSP}!")
|
message(FATAL_ERROR "Target: ${TGT_BSP}!")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(BSP_PATH ${BSP_PATH} PARENT_SCOPE)
|
set(BSP_PATH ${BSP_PATH} PARENT_SCOPE)
|
||||||
|
2
fsfw
2
fsfw
Submodule fsfw updated: 426514b9a2...5b9c0e013e
Reference in New Issue
Block a user