Skip to content

Commit

Permalink
Merge pull request #2012 from pavll/fix-1997-mismatched-foreach-in-cm…
Browse files Browse the repository at this point in the history
…ake-func

Fix #1997, Mismatched foreach in cmake function
  • Loading branch information
astrogeco committed Dec 8, 2021
2 parents b2de386 + 0521523 commit efa4640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mission_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function(prepare)
)
foreach(APP ${MISSION_DEPS})
list(APPEND VARLIST "${APP}_MISSION_DIR")
endforeach(APP ${MISSION_APPS})
endforeach()

foreach(SYSVAR ${TGTSYS_LIST})
list(APPEND VARLIST "BUILD_CONFIG_${SYSVAR}")
Expand Down

0 comments on commit efa4640

Please sign in to comment.