Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2481, correct loop variable #2482

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
This CMake loop is supposed to run for every app. Unfortunately at this point the SYSVAR is not yet defined, so the result is it does nothing and none of the overrides get configured.

With this loop, it should set up the override directive correctly.

Fixes #2481

Testing performed
Build with override msgids.h file

Expected behavior changes
Global msgids.h will be used by every app

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

This CMake loop is supposed to run for every app.  Unfortunately at
this point the SYSVAR is not yet defined, so the result is it does
nothing and none of the overrides get configured.

With this loop, it should set up the override directive correctly.
@jphickey jphickey added the CCB:Approved Indicates code review and approval by community CCB label Dec 14, 2023
@dmknutsen dmknutsen merged commit 7f5ebcd into nasa:main Dec 15, 2023
22 checks passed
@jphickey jphickey deleted the fix-2481-msgids branch January 16, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mission-wide "msgids.h" header not getting properly wrapped in apps
2 participants