From 4b932ff3148550fd3e9cf07fccb807a9cdde59ef Mon Sep 17 00:00:00 2001 From: Gentian Date: Sun, 21 May 2017 02:21:17 -0400 Subject: changed crypto to cncrypto so it generated libcncrypto fix a cmakelist --- src/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0a3e8cd19..55b8ad3e6 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -79,7 +79,7 @@ monero_add_library(common target_link_libraries(common PUBLIC epee - crypto + cncrypto ${UNBOUND_LIBRARY} ${LIBUNWIND_LIBRARIES} ${Boost_DATE_TIME_LIBRARY} -- cgit v1.2.3