Enabled CC again

This commit is contained in:
Ben Gräf 2017-10-24 09:13:04 +02:00 committed by GitHub
parent b27aa6692c
commit 0dc02587c1

View file

@ -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)