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)