From b3dd2eaceca518486d4c4a3c6347ad92e4d37cb3 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 11 May 2015 23:59:44 +0300 Subject: [PATCH] Disable neth from build until new API is refactored into it. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f2877c10..a675e8655 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -377,7 +377,8 @@ if (TOOLS) endif() if (NCURSES) - add_subdirectory(neth) + # Commented out until caktux refactors with the new wallet API. +# add_subdirectory(neth) endif () if (GUI)