mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 09:26:17 +00:00
build: Remove condition from CMakePresets
Windows can have service mode now.
This commit is contained in:
parent
5380b6c149
commit
9a7587ce67
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue