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 e292f25
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 @@ -24,23 +24,13 @@
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "$env{CXXFLAGS} -Wpedantic"
},
"condition": {
"type": "notEquals",
"lhs": "${hostSystemName}",
"rhs": "WIndows"
}
},
{
"name": "develop-msvc",
"inherits": "base",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "$env{CXXFLAGS} /permissive-"
},
"condition": {
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "WIndows"
}
}
]
Expand Down

0 comments on commit e292f25

Please sign in to comment.