aboutsummaryrefslogtreecommitdiff
path: root/src/common
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 /src/common
parentMerge pull request #2015 (diff)
downloadmonero-4b932ff3148550fd3e9cf07fccb807a9cdde59ef.tar.xz
changed crypto to cncrypto so it generated libcncrypto
fix a cmakelist
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}