mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed the
requirement to use EXACT version numbers for dependencies, cleanup
This commit is contained in:
parent
5c19ce88ff
commit
8fd474d10b
@ -19,7 +19,6 @@ target_link_libraries(testeth gmp)
|
|||||||
target_link_libraries(testeth solidity)
|
target_link_libraries(testeth solidity)
|
||||||
target_link_libraries(testeth webthree)
|
target_link_libraries(testeth webthree)
|
||||||
|
|
||||||
#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(JSON_RPC_CPP_FOUND)
|
if(JSON_RPC_CPP_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user