We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70458a2 + 2c22190 commit 7f5ebcdCopy full SHA for 7f5ebcd
cmake/arch_build.cmake
@@ -666,7 +666,7 @@ function(setup_platform_msgids)
666
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_cfe_${DEP_NAME}_msgids)
667
endforeach(DEP_NAME ${MISSION_CORE_MODULES})
668
669
- foreach(DEP_NAME ${TGTSYS_${SYSVAR}_APPS} ${TGTSYS_${SYSVAR}_STATICAPPS})
+ foreach(DEP_NAME ${MISSION_APPS})
670
string(TOUPPER "${DEP_NAME}_CFGFILE_SRC" CFGSRC)
671
list(APPEND OUTPUT_VAR_LIST ${CFGSRC}_${DEP_NAME}_msgids)
672
endforeach(DEP_NAME ${MISSION_APPS})
0 commit comments