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:
sveneh 2014-11-27 20:01:34 +01:00
parent 5c19ce88ff
commit 8fd474d10b

View File

@ -19,7 +19,6 @@ target_link_libraries(testeth gmp)
target_link_libraries(testeth solidity)
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})
if(JSON_RPC_CPP_FOUND)