diff options
author | sveneh <sven@ethdev.com> | 2014-11-28 03:01:34 +0800 |
---|---|---|
committer | sveneh <sven@ethdev.com> | 2014-11-28 03:01:34 +0800 |
commit | 8fd474d10bf54b95d3f62a0aaf7365b71d61e887 (patch) | |
tree | 4b3b1c14602e1d62b9a156c929db5f9dc6522be5 /CMakeLists.txt | |
parent | 5c19ce88ff87bb672b445cc9fcfcf0e4234168f4 (diff) | |
download | dexon-solidity-8fd474d10bf54b95d3f62a0aaf7365b71d61e887.tar.gz dexon-solidity-8fd474d10bf54b95d3f62a0aaf7365b71d61e887.tar.zst dexon-solidity-8fd474d10bf54b95d3f62a0aaf7365b71d61e887.zip |
use CMAKE_PREFIX_PATH instead of CMAKE_FILE_ROOT_PATH; removed the
requirement to use EXACT version numbers for dependencies, cleanup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fe0408a2..71b88dba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |