README: fix preset name

This commit is contained in:
Emil J. Tywoniak 2026-07-14 12:33:14 +02:00
parent 22c15a7ecd
commit fed7c9497e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ file which enables ccache and sets the default compiler to clang when calling
"version": 1, "version": 1,
"configurePresets": [ "configurePresets": [
{ {
"name": "default", "name": "clang",
"binaryDir": "build", "binaryDir": "build",
"generator": "Unix Makefiles", "generator": "Unix Makefiles",
"cacheVariables": { "cacheVariables": {