mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +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": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Debug",
|
"CMAKE_BUILD_TYPE": "Debug",
|
||||||
"XRT_FEATURE_SERVICE": "ON"
|
"XRT_FEATURE_SERVICE": "ON"
|
||||||
},
|
|
||||||
"condition": {
|
|
||||||
"lhs": "${hostSystemName}",
|
|
||||||
"type": "notEquals",
|
|
||||||
"rhs": "Windows"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -57,11 +52,6 @@
|
||||||
"CMAKE_BUILD_TYPE": "Release",
|
"CMAKE_BUILD_TYPE": "Release",
|
||||||
"BUILD_DOC": "ON",
|
"BUILD_DOC": "ON",
|
||||||
"BUILD_DOC_EXTRACT_ALL": "ON"
|
"BUILD_DOC_EXTRACT_ALL": "ON"
|
||||||
},
|
|
||||||
"condition": {
|
|
||||||
"lhs": "${hostSystemName}",
|
|
||||||
"type": "notEquals",
|
|
||||||
"rhs": "Windows"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -80,11 +70,6 @@
|
||||||
"inherits": "service-debug",
|
"inherits": "service-debug",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
|
||||||
},
|
|
||||||
"condition": {
|
|
||||||
"lhs": "${hostSystemName}",
|
|
||||||
"type": "notEquals",
|
|
||||||
"rhs": "Windows"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue