From 1bf6713c19e69800400031e07d2c5c7770d03c1e Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 31 Oct 2014 16:41:41 +0100 Subject: [PATCH] fixed cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db287e89f..b4aa2352f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,7 +119,7 @@ endif() add_subdirectory(lllc) add_subdirectory(solc) add_subdirectory(sc) -if (JSONRPC_LS OR (NOT HEADLESS)) +if (JSONRPC_LS) add_subdirectory(libweb3jsonrpc) endif() if (NOT LANGUAGES)