Skip to content

Commit

Permalink
fixup! add base CMakePresets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 13, 2024
1 parent b3f0330 commit 4e07903
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 @@ -19,8 +19,7 @@
},
"warnings": {
"dev": true,
"deprecated": true,
"uninitialized": true
"deprecated": true
}
},
{
Expand Down Expand Up @@ -64,6 +63,7 @@
"name": "develop-msvc",
"inherits": ["base", "base-dev"],
"cacheVariables": {
"CMAKE_CXX_COMPILER": "msvc",
"CMAKE_CXX_FLAGS": "$env{CXXFLAGS} /permissive- /Oy-"
},
"condition": {
Expand Down

0 comments on commit 4e07903

Please sign in to comment.