Skip to content

Commit 7f5ebcd

Browse files
authored
Merge pull request #2482 from jphickey/fix-2481-msgids
Fix #2481, correct loop variable
2 parents 70458a2 + 2c22190 commit 7f5ebcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/arch_build.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function(setup_platform_msgids)
666666
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_cfe_${DEP_NAME}_msgids)
667667
endforeach(DEP_NAME ${MISSION_CORE_MODULES})
668668

669-
foreach(DEP_NAME ${TGTSYS_${SYSVAR}_APPS} ${TGTSYS_${SYSVAR}_STATICAPPS})
669+
foreach(DEP_NAME ${MISSION_APPS})
670670
string(TOUPPER "${DEP_NAME}_CFGFILE_SRC" CFGSRC)
671671
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_${DEP_NAME}_msgids)
672672
endforeach(DEP_NAME ${MISSION_APPS})

0 commit comments

Comments
 (0)