Skip to content

Commit 0905fd4

Browse files
committed
status output improved
1 parent 03fd160 commit 0905fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RTEMSHardware.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ endif()
7373

7474
# Set flags from PKG files
7575
if(${RTEMS_BSP_CONFIG_FOUND})
76+
message(STATUS "Configuring build flags from pkgconfig file..")
7677

7778
target_compile_options(${TARGET_NAME} PUBLIC
7879
${RTEMS_BSP_CONFIG_CFLAGS}
@@ -85,6 +86,7 @@ if(${RTEMS_BSP_CONFIG_FOUND})
8586

8687
# TODO: Maybe remove this section or export to separate file?
8788
else()
89+
message(STATUS "Configuring build flags manually..")
8890

8991
# Set flags manually
9092
if(RTEMS_BSP STREQUAL "arm/stm32h7")

0 commit comments

Comments
 (0)