Skip to content

Commit

Permalink
cpp20 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Sep 14, 2024
1 parent 6beea2a commit 31cd77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/feelpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_cpp_version(self):
elif '+cpp23' in self.spec:
return 'cpp17'
else:
return 'cpp17' # default
return 'cpp20' # default

def get_preset_name(self):
cpp_version = self.get_cpp_version()
Expand Down

0 comments on commit 31cd77a

Please sign in to comment.