We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fd160 commit 0905fd4Copy full SHA for 0905fd4
RTEMSHardware.cmake
@@ -73,6 +73,7 @@ endif()
73
74
# Set flags from PKG files
75
if(${RTEMS_BSP_CONFIG_FOUND})
76
+ message(STATUS "Configuring build flags from pkgconfig file..")
77
78
target_compile_options(${TARGET_NAME} PUBLIC
79
${RTEMS_BSP_CONFIG_CFLAGS}
@@ -85,6 +86,7 @@ if(${RTEMS_BSP_CONFIG_FOUND})
85
86
87
# TODO: Maybe remove this section or export to separate file?
88
else()
89
+ message(STATUS "Configuring build flags manually..")
90
91
# Set flags manually
92
if(RTEMS_BSP STREQUAL "arm/stm32h7")
0 commit comments