Skip to content

Do not force C++11 as a standard.

David Thompson requested to merge dcthomp/delaunay:avoid-forcing-11 into for/smtk

If Delaunay unconditionally forces c++11 as the language standard, any projects that use it as a submodule are forced to use c++11 (instead of c++14, c++17, etc.). Instead, set this as the minimum if no other is provided.

Merge request reports