Skip to content

Commit

Permalink
codeblocks project file gen and made gcc a default for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac committed Sep 17, 2023
1 parent 962511b commit 258e5fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "default",
"hidden": true,
"generator": "Ninja",
"generator": "CodeBlocks - Ninja",
"installDir": "${sourceDir}/.out/install/${presetName}",
"binaryDir": "${sourceDir}/.out/build/${presetName}",
"architecture": {
Expand Down Expand Up @@ -68,11 +68,6 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc",
"CMAKE_CXX_COMPILER": "g++"
},
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Linux"
}
},
{
Expand Down

0 comments on commit 258e5fc

Please sign in to comment.