diff --git a/CMakePresets.json b/CMakePresets.json index 8dc42c9ba4c..1e9d52c33d2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -24,11 +24,6 @@ "CMAKE_BUILD_TYPE": "Debug", "CMAKE_CXX_FLAGS": "$env{CXXFLAGS} -Wpedantic" }, - "condition": { - "type": "notEquals", - "lhs": "${hostSystemName}", - "rhs": "WIndows" - } }, { "name": "develop-msvc", @@ -36,11 +31,6 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_CXX_FLAGS": "$env{CXXFLAGS} /permissive-" - }, - "condition": { - "type": "equals", - "lhs": "${hostSystemName}", - "rhs": "WIndows" } } ]