Skip to content

Commit

Permalink
stm32: common: Fix target triplet status message
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Oct 7, 2023
1 parent 684e5a0 commit ff41f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/stm32/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()

if(NOT STM32_TARGET_TRIPLET)
if(DEFINED ENV{STM32_TARGET_TRIPLET})
message(STATUS "Detected toolchain path STM32_TARGET_TRIPLET in environmental variables: ")
message(STATUS "Detected target triplet STM32_TARGET_TRIPLET in environmental variables: ")
message(STATUS "$ENV{STM32_TARGET_TRIPLET}")
set(STM32_TARGET_TRIPLET $ENV{STM32_TARGET_TRIPLET})
else()
Expand Down

0 comments on commit ff41f63

Please sign in to comment.