Skip to content
  • Brad King's avatar
    ENH: Improve response to bad if or elseif · a541cac3
    Brad King authored
    Previously bad arguments to an if() or elseif() would cause some
    subsequent statements in the corresponding block to execute.  This
    teaches CMake to stop processing commands with a fatal error.  It also
    provides context to bad elseif() error messages.
    a541cac3