From 71ab59191d8d5f6852bb05e5de4c08193bdba038 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 19 Feb 2009 15:34:06 +0100 Subject: Update typos. --- CMakeLists.txt | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32ad364..711da81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ ############################################################################### # DEFAULT OPTIONS ############################################################################### -option(WITH_SERVER "Build the server instead of client" ON) +option(WITH_SERVER "Build the server instead of client" OFF) option(WITH_AUDIO "Build with audio enabled" ON) option(ENABLE_DEBUG "Build debug features" OFF) option(WITH_NLS "Build the translations" ON) diff --git a/README b/README index e3e24c1..7a6041c 100644 --- a/README +++ b/README @@ -84,7 +84,7 @@ HOWTO COMPILE you have to place source to some directory with no space in its path. # ADDITIONAL OPTIONS FOR CMAKE - #option(WITH_SERVER "Build the server instead of client" ON) + #option(WITH_SERVER "Build the server instead of client" OFF) #option(WITH_AUDIO "Build with audio enabled" ON) #option(ENABLE_DEBUG "Build debug features" OFF) #option(WITH_NLS "Build the translations" ON) -- cgit v1.2.3