Skip to content

Commit

Permalink
Fix #1997, Mismatched foreach in cmake function
Browse files Browse the repository at this point in the history
  • Loading branch information
pavll committed Nov 3, 2021
1 parent b66661c commit 0521523
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 0521523

Please sign in to comment.