From 42540fb22fe763f16bdbaf773c0a5387ed565b62 Mon Sep 17 00:00:00 2001 From: Macbook Date: Tue, 29 Oct 2024 21:10:01 +0700 Subject: [PATCH] update --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fa082af..fa5a0dc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ endif() add_subdirectory(client) -# Mac OSX with Network Extension don't need service if(NOT IOS AND NOT ANDROID AND NOT MACOS_NE) add_subdirectory(service)