aboutsummaryrefslogtreecommitdiff
path: root/tests/daemon_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/daemon_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/daemon_tests')
-rw-r--r--tests/daemon_tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/daemon_tests/CMakeLists.txt b/tests/daemon_tests/CMakeLists.txt
index c6dc69e9d..b554bfec8 100644
--- a/tests/daemon_tests/CMakeLists.txt
+++ b/tests/daemon_tests/CMakeLists.txt
@@ -39,7 +39,7 @@ target_link_libraries(transfers
useragent
rpc
cryptonote_core
- crypto
+ cncrypto
common
epee
${GTEST_LIBRARIES})