Skip to content

Commit

Permalink
Update CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmehara committed Mar 15, 2024
1 parent 1d84b33 commit c0fcbb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C++/CMakePresets.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": 3,
"version": 5,
"configurePresets": [
{
"name": "linux",
"displayName": "GCC 12.1.0",
"displayName": "GCC 12",
"description": "Using compilers: C = /usr/bin/gcc-12, CXX = /usr/bin/g++-12",
"generator": "Unix Makefiles",
"binaryDir": "${sourceDir}/out/build/${presetName}",
Expand All @@ -15,4 +15,4 @@
}
}
]
}
}

0 comments on commit c0fcbb3

Please sign in to comment.