aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-05-31 15:34:31 +0100
committerHoward Chu <hyc@symas.com>2017-06-15 16:54:03 +0100
commit340830de5bdb3dcc57e0767f311f514f13d8690f (patch)
tree6159684a31706c3c0275d5f0dbbb35d61a24c8a5
parentMerge pull request #2058 (diff)
downloadmonero-340830de5bdb3dcc57e0767f311f514f13d8690f.tar.xz
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