Skip to content

Commit

Permalink
Merge pull request #2482 from jphickey/fix-2481-msgids
Browse files Browse the repository at this point in the history
Fix #2481, correct loop variable
  • Loading branch information
dmknutsen committed Dec 15, 2023
2 parents 70458a2 + 2c22190 commit 7f5ebcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arch_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ function(setup_platform_msgids)
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_cfe_${DEP_NAME}_msgids)
endforeach(DEP_NAME ${MISSION_CORE_MODULES})

foreach(DEP_NAME ${TGTSYS_${SYSVAR}_APPS} ${TGTSYS_${SYSVAR}_STATICAPPS})
foreach(DEP_NAME ${MISSION_APPS})
string(TOUPPER "${DEP_NAME}_CFGFILE_SRC" CFGSRC)
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_${DEP_NAME}_msgids)
endforeach(DEP_NAME ${MISSION_APPS})
Expand Down

0 comments on commit 7f5ebcd

Please sign in to comment.