compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependencies

This commit is contained in:
sveneh 2014-11-10 20:31:15 +01:00
parent 0956402469
commit c492df94fb

View File

@ -21,7 +21,7 @@ target_link_libraries(testeth webthree)
#TODO this on should not be necessary, it should have been brought in from ethcore dependency... #TODO this on should not be necessary, it should have been brought in from ethcore dependency...
target_link_libraries(testeth ${CRYPTOPP_LIBRARIES}) target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
if(JSONRPC_LS) if(JSON_RPC_CPP_FOUND)
target_link_libraries(testeth web3jsonrpc) target_link_libraries(testeth web3jsonrpc)
endif() endif()