Browse Source

Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop

cl-refactor
Vlad Gluhovsky 10 years ago
parent
commit
9d33002271
  1. 5
      CMakeLists.txt

5
CMakeLists.txt

@ -377,7 +377,8 @@ if (TOOLS)
endif() endif()
if (NCURSES) if (NCURSES)
add_subdirectory(neth) # Commented out until caktux refactors with the new wallet API.
# add_subdirectory(neth)
endif () endif ()
if (GUI) if (GUI)
@ -396,7 +397,7 @@ if (GUI)
endif() endif()
if (APPLE) if (APPLE AND GUI)
add_custom_target(appdmg add_custom_target(appdmg
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}

Loading…
Cancel
Save