mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
little cleanup after upgrading jsonrpc
This commit is contained in:
parent
cde59bdb90
commit
de3e2acdca
@ -16,7 +16,7 @@ target_link_libraries(testeth gmp)
|
||||
target_link_libraries(testeth solidity)
|
||||
target_link_libraries(testeth ${CRYPTOPP_LS})
|
||||
target_link_libraries(testeth webthree)
|
||||
if(JSONRPC_LS)
|
||||
if(JSONRPC_SERVER_LS)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
target_link_libraries(testeth ${JSONRPC_CLIENT_LS})
|
||||
endif()
|
||||
|
@ -31,8 +31,6 @@
|
||||
#include <libweb3jsonrpc/CorsHttpServer.h>
|
||||
#include <jsonrpccpp/server/connectors/httpserver.h>
|
||||
#include <jsonrpccpp/client/connectors/httpclient.h>
|
||||
//#include <jsonrpc/connectors/httpserver.h>
|
||||
//#include <jsonrpc/connectors/httpclient.h>
|
||||
#include <set>
|
||||
#include "JsonSpiritHeaders.h"
|
||||
#include "TestHelper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user