aboutsummaryrefslogtreecommitdiff
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
parent8fbbefb8db3258e20f09efde1060e7a147a8887c (diff)
downloadmonzero-core-fa489a26efa75001129ee37f678823c6b0d16f21.tar.gz
monzero-core-fa489a26efa75001129ee37f678823c6b0d16f21.tar.xz
monzero-core-fa489a26efa75001129ee37f678823c6b0d16f21.zip
Fix PR#2039
Missed a crypto -> cncrypto rename
-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