Skip to content
  • Adam Majer's avatar
    cmake: Don't downgrade default standards · bd5f78c3
    Adam Majer authored
    By default, compilers will use the latest standards. We should not
    force C++11 especially since it is over 10 years old. Furthermore,
    some dependencies now use C++17 features in their headers (eg. qpdf)
    and forcing C++11 causes build errors.
    bd5f78c3