Skip to content
Snippets Groups Projects
Commit de7cb118 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Update c++ standard to c++20

parent 4f29c212
Branches
Tags
2 merge requests!1470Fix wrong variable name to make target hash (2.10),!1445Update compiler toolchain
Pipeline #73955 passed
Pipeline: Dune Nightly Test

#73968

    Pipeline: Dune Nightly Test

    #73967

      ......@@ -22,7 +22,7 @@ dune_project()
      dune_add_library(dunecommon EXPORT_NAME Common NAMESPACE Dune::)
      # minimal c++ standard required
      target_compile_features(dunecommon PUBLIC cxx_std_17)
      target_compile_features(dunecommon PUBLIC cxx_std_20)
      # Set properties to the dunecommon target
      add_dune_blas_lapack_flags(dunecommon)
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment