aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-05-31 15:34:31 +0100
committerHoward Chu <hyc@symas.com>2017-05-31 15:34:31 +0100
commitfa489a26efa75001129ee37f678823c6b0d16f21 (patch)
treef7eba4a07a151457f34b1e65a75172fe6aac93fa /contrib
parentMerge pull request #2053 (diff)
downloadmonero-fa489a26efa75001129ee37f678823c6b0d16f21.tar.xz
Fix PR#2039
Missed a crypto -> cncrypto rename
Diffstat (limited to 'contrib')
-rw-r--r--contrib/epee/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt
index 1d5fa0394..437851833 100644
--- a/contrib/epee/src/CMakeLists.txt
+++ b/contrib/epee/src/CMakeLists.txt
@@ -40,7 +40,7 @@ endif()
target_link_libraries(epee
PUBLIC
- crypto
+ cncrypto
easylogging
${Boost_FILESYSTEM_LIBRARY}
PRIVATE