From b27aa6692cdbe483e6e9be7dcd3255e364dfa0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Tue, 24 Oct 2017 09:11:26 +0200 Subject: [PATCH] temp disabled CC --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a33cc92..a7061df7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(xmrig) option(WITH_LIBCPUID "Use Libcpuid" ON) option(WITH_AEON "CryptoNight-Lite support" ON) option(WITH_HTTPD "HTTP REST API" OFF) -option(WITH_CC "CC Server" ON) +option(WITH_CC "CC Server" OFF) include (CheckIncludeFile)