mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
jsonrpc library dependency made mandatory
This commit is contained in:
parent
1e65540b0c
commit
fac4e8ffd6
@ -17,10 +17,7 @@ target_link_libraries(testeth secp256k1)
|
|||||||
target_link_libraries(testeth gmp)
|
target_link_libraries(testeth gmp)
|
||||||
target_link_libraries(testeth ${CRYPTOPP_LS})
|
target_link_libraries(testeth ${CRYPTOPP_LS})
|
||||||
target_link_libraries(testeth webthree)
|
target_link_libraries(testeth webthree)
|
||||||
|
|
||||||
if(JSONRPC_LS)
|
|
||||||
target_link_libraries(testeth ethrpc)
|
target_link_libraries(testeth ethrpc)
|
||||||
endif()
|
|
||||||
|
|
||||||
target_link_libraries(createRandomTest ethereum)
|
target_link_libraries(createRandomTest ethereum)
|
||||||
target_link_libraries(createRandomTest ethcore)
|
target_link_libraries(createRandomTest ethcore)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* @date 2014
|
* @date 2014
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if ETH_JSONRPC && 1
|
#if 1
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <boost/lexical_cast.hpp>
|
#include <boost/lexical_cast.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user