aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests
diff options
context:
space:
mode:
authorGentian <gkruja2@gmail.com>2017-05-21 02:21:17 -0400
committerGentian <gkruja2@gmail.com>2017-05-23 07:45:40 -0400
commit4b932ff3148550fd3e9cf07fccb807a9cdde59ef (patch)
treefd33b71462c42d5b0f2fd10b619faffce8b24d43 /tests/performance_tests
parentMerge pull request #2015 (diff)
downloadmonero-4b932ff3148550fd3e9cf07fccb807a9cdde59ef.tar.xz
changed crypto to cncrypto so it generated libcncrypto
fix a cmakelist
Diffstat (limited to 'tests/performance_tests')
-rw-r--r--tests/performance_tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}