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 --- tests/performance_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/performance_tests') diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 7845515de..2b3a0d6f8 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -53,7 +53,7 @@ target_link_libraries(performance_tests PRIVATE cryptonote_core common - crypto + cncrypto epee ${Boost_CHRONO_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} -- cgit v1.2.3