On Wed, 15 Jan, 2014 at 15:34:29 GMT, Gaetan wrote:
> I just hate the "if/elseif/else" block in CMake list, that's all :)

If you're referring to the:

    if (long expr)
    else (long expr)
    endif (long expr)

ugliness, the 'else' and 'endif' "arguments" can now be empty (and
really should be).

--Ben

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to