mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed styling issues
This commit is contained in:
parent
6a666eed2f
commit
bf8a6ed878
@ -20,7 +20,7 @@ target_link_libraries(testeth webthree)
|
||||
target_link_libraries(testeth ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE})
|
||||
target_link_libraries(testeth ${CURL_LIBRARY})
|
||||
|
||||
if (JSON_RPC_CPP_FOUND)
|
||||
if (JSONRPC)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARY})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user