Hello,

imagine I'm iterating using a foreach() like this:
set(MY_OPTS "foo bar etc")
foreach(OPT ${MY_OPTS})
  # do something ...
endforeach(OPT ${MY_OPTS})

is there a way to break the iteration, just like a break in C?

Whether it exist, does it break even nested foreach()?

Regards,

-- 
Pino Toscano

Attachment: pgp5RZCytT6nT.pgp
Description: PGP signature

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to