From bb67da54119dab9b1de80ecf2ddc3a24caf36324 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 29 Apr 2025 12:12:34 +0200 Subject: [PATCH] [server,mac] disable platform server the implementation for mac no longer compiles. --- server/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index f40d95d17..04a72cd3a 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -35,7 +35,8 @@ endif() if(WITH_PLATFORM_SERVER) if(NOT WIN32) if(APPLE AND (NOT IOS)) - add_subdirectory(Mac) + # add_subdirectory(Mac) + message(WARNING "Mac platform server implementation no longer compiles") endif() else() add_subdirectory(Windows)