From 0dc02587c1b2fe15ffae7ef2722df8663c698824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Tue, 24 Oct 2017 09:13:04 +0200 Subject: [PATCH] Enabled CC again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7061df7..8a33cc92 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" OFF) +option(WITH_CC "CC Server" ON) include (CheckIncludeFile)