The open source OpenXR runtime

build: Remove condition from CMakePresets

Windows can have service mode now.

-15
-15
CMakePresets.json
··· 24 24 "cacheVariables": { 25 25 "CMAKE_BUILD_TYPE": "Debug", 26 26 "XRT_FEATURE_SERVICE": "ON" 27 - }, 28 - "condition": { 29 - "lhs": "${hostSystemName}", 30 - "type": "notEquals", 31 - "rhs": "Windows" 32 27 } 33 28 }, 34 29 { ··· 57 52 "CMAKE_BUILD_TYPE": "Release", 58 53 "BUILD_DOC": "ON", 59 54 "BUILD_DOC_EXTRACT_ALL": "ON" 60 - }, 61 - "condition": { 62 - "lhs": "${hostSystemName}", 63 - "type": "notEquals", 64 - "rhs": "Windows" 65 55 } 66 56 }, 67 57 { ··· 80 70 "inherits": "service-debug", 81 71 "cacheVariables": { 82 72 "CMAKE_BUILD_TYPE": "RelWithDebInfo" 83 - }, 84 - "condition": { 85 - "lhs": "${hostSystemName}", 86 - "type": "notEquals", 87 - "rhs": "Windows" 88 73 } 89 74 }, 90 75 {