mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Clean up and remove some explicit dependencies in cmake files
This commit is contained in:
parent
35d8b94e73
commit
95f6627a53
@ -25,9 +25,6 @@ if (JSONRPC)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARIES})
|
||||
endif()
|
||||
if (EVMJIT)
|
||||
target_link_libraries(testeth evmjit-cpp)
|
||||
endif()
|
||||
|
||||
target_link_libraries(createRandomTest ${Boost_UNIT_TEST_FRAMEWORK_LIBRARIES})
|
||||
target_link_libraries(createRandomTest ethereum)
|
||||
|
Loading…
Reference in New Issue
Block a user