You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CMake, Halide_TARGET expects a normal CMake list of targets, so that means using ; instead of , for multi-target specification. We should warn users if a , appears in that variable since it is never correct.