diff options
author | chriseth <c@ethdev.com> | 2015-03-28 03:59:49 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-04-07 23:21:09 +0800 |
commit | 45870ed956aa787d05adb191ef10354d197f1688 (patch) | |
tree | b109d7f9850b2f4c0eae732fd03616ae25bc44f7 | |
parent | 8e19eea7d5d6cd4bffa03f8617023a74268de608 (diff) | |
download | dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar.gz dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar.bz2 dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar.lz dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar.xz dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.tar.zst dexon-solidity-45870ed956aa787d05adb191ef10354d197f1688.zip |
SHA3 optimizations.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b42b6e5c..0abd188c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ endif() target_link_libraries(${EXECUTABLE} ${JSONCPP_LIBRARIES}) target_link_libraries(${EXECUTABLE} evmcore) -target_link_libraries(${EXECUTABLE} devcore) target_link_libraries(${EXECUTABLE} devcrypto) install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib ) |