Skip to content

Commit

Permalink
remove conditions to stay at version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jan 19, 2024
1 parent cf155fc commit cf81f69
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "$env{CXXFLAGS} -Wpedantic"
},
"condition": {
"type": "notEquals",
"lhs": "${hostSystemName}",
"rhs": "WIndows"
}
},
{
Expand All @@ -36,11 +31,6 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "$env{CXXFLAGS} /permissive-"
},
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "WIndows"
}
}
]
Expand Down

0 comments on commit cf81f69

Please sign in to comment.