mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
boards/arm/stm32f7: fixed removed endif() in cmakefile nucleo-f746zg nucleo-f722ze nucleo-f767zi
fix CMake Error at boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt:76 (endif): Flow control statements are not properly nested. CMake Error at boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt:76 (endif): Flow control statements are not properly nested. -- Configuring incomplete, errors occurred!
This commit is contained in:
parent
79073f0177
commit
d4aa30a171
3 changed files with 0 additions and 3 deletions
|
|
@ -82,4 +82,3 @@ endif()
|
|||
target_sources(board PRIVATE ${SRCS})
|
||||
|
||||
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ endif()
|
|||
target_sources(board PRIVATE ${SRCS})
|
||||
|
||||
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ endif()
|
|||
target_sources(board PRIVATE ${SRCS})
|
||||
|
||||
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue