build: Remove condition from CMakePresets

Windows can have service mode now.
This commit is contained in:
Ryan Pavlik 2023-02-27 15:02:33 -06:00
parent 5380b6c149
commit 9a7587ce67

View file

@ -24,11 +24,6 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"XRT_FEATURE_SERVICE": "ON"
},
"condition": {
"lhs": "${hostSystemName}",
"type": "notEquals",
"rhs": "Windows"
}
},
{
@ -57,11 +52,6 @@
"CMAKE_BUILD_TYPE": "Release",
"BUILD_DOC": "ON",
"BUILD_DOC_EXTRACT_ALL": "ON"
},
"condition": {
"lhs": "${hostSystemName}",
"type": "notEquals",
"rhs": "Windows"
}
},
{
@ -80,11 +70,6 @@
"inherits": "service-debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
},
"condition": {
"lhs": "${hostSystemName}",
"type": "notEquals",
"rhs": "Windows"
}
},
{