Make SEQUENCES regex be used for an exact match instead of a search
The option -DSEQUENCES
is used as a regex to select which sequences to build based on their name (without the .py
extension).
Previously, setting -DSEQUENCES=velo
would also pick up veloUT
, since the underlying string(REGEX MATCH ...)
matches any substring. This MR changes that to require an exact match. It is still possible to trigger the previous behaviour with a wildcard character (Kleene closure) .*