diff --git a/cpp-standard.file b/cpp-standard.file index 79cf2abf5f6..0221f86df5d 100644 --- a/cpp-standard.file +++ b/cpp-standard.file @@ -1,4 +1,4 @@ # C++ standard to use for CMS externals %if "%{?cms_cxx_standard:set}" != "set" -%define cms_cxx_standard 17 +%define cms_cxx_standard 20 %endif