From fe8715ee26d91bb3235743cb3cb2fb2e521df5f1 Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Sun, 25 Jun 2023 23:32:36 +0000 Subject: [PATCH] Change OPTION_CLIENT_SERVER default to true git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9045 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: abdfb68fcc6bd39524b4c64c2fdd82804409d516 Former-commit-id: 004ab597c3df8390cc63aa084a2ce69028a2c772 --- cmake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/options.cmake b/cmake/options.cmake index e8a9679ad..67e674687 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -84,7 +84,7 @@ MACRO(ADD_SD_COMPILE_OPTIONS) SET(OPTION_WEBSERVER true CACHE BOOL "Build with WebServer functionality") - SET(OPTION_CLIENT_SERVER false CACHE BOOL "Build with Client/Server network architecture") + SET(OPTION_CLIENT_SERVER true CACHE BOOL "Build with Client/Server network architecture") SET(OPTION_PARAM_OPTIMIZER false CACHE BOOL "Build with Parameter Optimizer for Robot development")