Skip to content
  • Brad King's avatar
    BUG: Fix operator precedence error in cmELF · 0c20967a
    Brad King authored
    When attempting to load the RPATH out of a non-ELF file cmELF would
    crash because the check for a valid file was done with in correct
    operator precedence.  See bug#7392.
    0c20967a