|
@ -150,6 +150,9 @@ if (NOT LANGUAGES) |
|
|
if ("${TARGET_PLATFORM}" STREQUAL "w64") |
|
|
if ("${TARGET_PLATFORM}" STREQUAL "w64") |
|
|
cmake_policy(SET CMP0020 NEW) |
|
|
cmake_policy(SET CMP0020 NEW) |
|
|
endif () |
|
|
endif () |
|
|
|
|
|
if (NOT JSONRPC_LS) |
|
|
|
|
|
message(FATAL_ERROR "Alethzero requires jsonrpc.") |
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
add_subdirectory(libqethereum) |
|
|
add_subdirectory(libqethereum) |
|
|
add_subdirectory(alethzero) |
|
|
add_subdirectory(alethzero) |
|
|