Open
Description
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.
attn: @abadams