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
This commit is contained in:
parent
bfc364b8ab
commit
fe8715ee26
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ MACRO(ADD_SD_COMPILE_OPTIONS)
|
||||||
|
|
||||||
SET(OPTION_WEBSERVER true CACHE BOOL "Build with WebServer functionality")
|
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")
|
SET(OPTION_PARAM_OPTIMIZER false CACHE BOOL "Build with Parameter Optimizer for Robot development")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue