Removed crypto dependency from CMakeList (#113)

This commit is contained in:
Chalith Desaman
2020-09-04 12:01:23 +05:30
committed by GitHub
parent 2fc93d4291
commit 00028e53b2

View File

@@ -71,7 +71,6 @@ target_link_libraries(hpcore
libboost_stacktrace_backtrace.a
backtrace
pthread
crypto
${CMAKE_DL_LIBS} # Needed for stacktrace support
libblake3.so
)