mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
compiles fine now (on Linux) with both cryptopp and json-rpc-cpp dependencies
This commit is contained in:
parent
0956402469
commit
c492df94fb
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user