Skip to content

Commit

Permalink
Merge pull request #1578 from skliper/fix1366-mismatch_endforeach
Browse files Browse the repository at this point in the history
Fix #1366, Resolve mismatched endforeach of CMakeList.txt
  • Loading branch information
astrogeco authored May 27, 2021
2 parents b7bfaba + 8128384 commit 41d6eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ prepare()
# Call the process_arch macro for each architecture
foreach(SYSVAR ${TGTSYS_LIST})
process_arch(${SYSVAR})
endforeach(SYSVAR IN LISTS TGTSYS_LIST)
endforeach(SYSVAR ${TGTSYS_LIST})

0 comments on commit 41d6eaa

Please sign in to comment.