diff options
author | Gav Wood <i@gavwood.com> | 2015-08-17 21:09:42 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-08-17 21:09:42 +0800 |
commit | 8fbecb9c27a457f4704f5b354cf780808b8948ab (patch) | |
tree | 01322b820451c8f96d9551290461d408daae5aee | |
parent | 09fe2c098c798d3de7127583a0ba694e6001e6e0 (diff) | |
download | dexon-solidity-8fbecb9c27a457f4704f5b354cf780808b8948ab.tar.gz dexon-solidity-8fbecb9c27a457f4704f5b354cf780808b8948ab.tar.zst dexon-solidity-8fbecb9c27a457f4704f5b354cf780808b8948ab.zip |
libevmasm doesn't use libdevcrypto.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6843aaf2..986cf814 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ else() endif() target_link_libraries(${EXECUTABLE} evmcore) -target_link_libraries(${EXECUTABLE} devcrypto) install( TARGETS ${EXECUTABLE} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib ) install( FILES ${HEADERS} DESTINATION include/${EXECUTABLE} ) |