diff options
author | Howard Chu <hyc@symas.com> | 2017-05-31 15:34:31 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2017-05-31 15:34:31 +0100 |
commit | fa489a26efa75001129ee37f678823c6b0d16f21 (patch) | |
tree | f7eba4a07a151457f34b1e65a75172fe6aac93fa /contrib | |
parent | Merge pull request #2053 (diff) | |
download | monero-fa489a26efa75001129ee37f678823c6b0d16f21.tar.xz |
Fix PR#2039
Missed a crypto -> cncrypto rename
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/epee/src/CMakeLists.txt | 2 |
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 |