diff options
author | Gentian <gkruja2@gmail.com> | 2017-05-21 02:21:17 -0400 |
---|---|---|
committer | Gentian <gkruja2@gmail.com> | 2017-05-23 07:45:40 -0400 |
commit | 4b932ff3148550fd3e9cf07fccb807a9cdde59ef (patch) | |
tree | fd33b71462c42d5b0f2fd10b619faffce8b24d43 /tests/performance_tests | |
parent | Merge pull request #2015 (diff) | |
download | monero-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.txt | 2 |
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} |