Skip to content
  • Harald Sitter's avatar
    include FindPackageHandleStandardArgs rather than find it · 3d751fa7
    Harald Sitter authored
    FindPackageHandleStandardArgs is a macro include not an actual finder,
    find_package actually will refuse to find it anyway, only reason this did
    not have adverse effects is supposedly because the GTK3 finder correctly
    includes it. it does however falsely report it as missing (what with it
    not being found by find_package)
    
    REVIEW: 123303
    3d751fa7