Skip to content
  • Alexander Lohnau's avatar
    Simplify checks for *_FOUND · 6f0c09b8
    Alexander Lohnau authored
    `cmakedefine01` defines a 0 if the var is false or unset.
    Consequently we do not need to check if the value is defined.
    
    Also, if one ever removes the line by accident from the config file, the
    build will fail with this MR.
    6f0c09b8