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 mismatched foreach endforeach #1366

Closed
skliper opened this issue Apr 14, 2021 · 0 comments · Fixed by #1578 or #1584
Closed

Fix mismatched foreach endforeach #1366

skliper opened this issue Apr 14, 2021 · 0 comments · Fixed by #1578 or #1584

Comments

@skliper
Copy link
Contributor

skliper commented Apr 14, 2021

Is your feature request related to a problem? Please describe.
Mismatch:

cFE/CMakeLists.txt

Lines 122 to 125 in e80aae9

# Call the process_arch macro for each architecture
foreach(SYSVAR ${TGTSYS_LIST})
process_arch(${SYSVAR})
endforeach(SYSVAR IN LISTS TGTSYS_LIST)

Describe the solution you'd like
Fix

Describe alternatives you've considered
None

Additional context
Code review

Requester Info
Jacob Hageman - NASA/GSFC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants