From 9a7587ce67f04c00ffb73024c187889e53083596 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Mon, 27 Feb 2023 15:02:33 -0600 Subject: [PATCH] build: Remove condition from CMakePresets Windows can have service mode now. --- CMakePresets.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index 6b1e66191..ad78f7ced 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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" } }, {