Skip to content

Mismatched foreach in cmake function #1997

@excaliburtb

Description

@excaliburtb

The endforeach args do not match the foreach args

foreach(APP ${MISSION_DEPS})
list(APPEND VARLIST "${APP}_MISSION_DIR")
endforeach(APP ${MISSION_APPS})

endforeach(APP ${MISSION_APPS})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions