Skip to content

Commit

Permalink
EDS: Update to GSFC 2023-12-15 baseline
Browse files Browse the repository at this point in the history
Merge branch 'main' into techdev-sois-eds
  • Loading branch information
jphickey committed Dec 15, 2023
2 parents bdf9435 + 7f5ebcd commit 42ab4d5
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 @@ -703,7 +703,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 42ab4d5

Please sign in to comment.