Skip to content

Commit

Permalink
Update CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez authored Nov 14, 2024
1 parent fbbc81a commit 917f352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"name": "gcc-deb",
"inherits": "default-deb",
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc-14.2"
"CMAKE_C_COMPILER": "gcc-14.2.0"
}
},
{
"name": "gcc-rel",
"inherits": "default-rel",
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc-14.2"
"CMAKE_C_COMPILER": "gcc-14.2.0"
}
},
{
Expand Down

0 comments on commit 917f352

Please sign in to comment.