Skip to content

Commit

Permalink
cosmetic preset change
Browse files Browse the repository at this point in the history
  • Loading branch information
opokatech committed Apr 3, 2024
1 parent ae18b4c commit 46cdfeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"configurePresets": [
{
"name": "default",
"name": "set_generator",
"hidden": true,
"generator": "Ninja"
},
{
"name": "release_native",
"inherits": "default",
"inherits": "set_generator",
"binaryDir": "${sourceDir}/build_release_cpu_native",
"cacheVariables": {
"ECB_PARAM_DEBUG": "OFF",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "debug_native",
"inherits": "default",
"inherits": "set_generator",
"binaryDir": "${sourceDir}/build_debug_cpu_native",
"cacheVariables": {
"ECB_PARAM_DEBUG": "ON",
Expand Down

0 comments on commit 46cdfeb

Please sign in to comment.