-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Conservatively raise the minimum supported clang version in CM…
…akeList (#2023) When using the default preset, if my clang version is 10 for example, barretenberg will fail to build because the minimum supported version is now 16. This updates it in CmakeList. gcc has not been changed because [according to this](https://gcc.gnu.org/projects/cxx-status.html) GCC version 10 supports concepts which was the reason we had to raise the minimum supported clang version.
- Loading branch information
1 parent
28a877b
commit f49c416
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters