Skip to content
  • Brad King's avatar
    ENH: Use if(DEFINED) to simplify conditions · 1f358017
    Brad King authored
    Replace old hacks of the form 'if("${VAR}" MATCHES "^${VAR}$")'
    with the much simpler 'if(NOT DEFINED ${VAR})'.
    
    Change-Id: I4dd42e9c3f5d03204992f5918650358eadc3734e
    1f358017