From 8be760b946b2a7246d1fe0b5a1d71ae357ccbe4a Mon Sep 17 00:00:00 2001
From: Dmitry Simonenko <pmwkaa@gmail.com>
Date: Wed, 19 Oct 2011 18:42:56 +0400
Subject: [PATCH] client build is off

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d6f5abb6a2..ecc407bc08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -172,7 +172,7 @@ include_directories("${PROJECT_BINARY_DIR}/include")
 #
 # Now handle all configuration options.
 #
-option(ENABLE_CLIENT "Enable building of console client" ON)
+option(ENABLE_CLIENT "Enable building of console client" Off)
 if (ENABLE_CLIENT)
     set (TARANTOOL_CLIENTS ${TARANTOOL_CLIENTS} "tarantool")
 endif()
-- 
GitLab