-
Notifications
You must be signed in to change notification settings - Fork 203
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
Mismatched foreach in cmake function #1997
Labels
Milestone
Comments
Maybe consider removing args from |
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Oct 13, 2021
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Oct 30, 2021
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Oct 30, 2021
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Oct 30, 2021
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Nov 3, 2021
paulober
pushed a commit
to paulober/cFE
that referenced
this issue
Nov 3, 2021
astrogeco
added a commit
that referenced
this issue
Dec 8, 2021
…ake-func Fix #1997, Mismatched foreach in cmake function
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The endforeach args do not match the foreach args
foreach(APP ${MISSION_DEPS})
list(APPEND VARLIST "${APP}_MISSION_DIR")
endforeach(APP ${MISSION_APPS})
cFE/cmake/mission_build.cmake
Line 362 in 98f78e8
The text was updated successfully, but these errors were encountered: