From 8fbecb9c27a457f4704f5b354cf780808b8948ab Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 17 Aug 2015 15:09:42 +0200 Subject: [PATCH] libevmasm doesn't use libdevcrypto. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6843aaf2c..986cf8143 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} )