Browse Source

Disable neth from build until new API is refactored into it.

cl-refactor
Gav Wood 10 years ago
parent
commit
b3dd2eacec
  1. 3
      CMakeLists.txt

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

Loading…
Cancel
Save