diff options
author | Howard Chu <hyc@symas.com> | 2017-05-31 15:34:31 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2017-06-15 16:54:03 +0100 |
commit | 340830de5bdb3dcc57e0767f311f514f13d8690f (patch) | |
tree | 6159684a31706c3c0275d5f0dbbb35d61a24c8a5 | |
parent | Merge pull request #2058 (diff) | |
download | monero-340830de5bdb3dcc57e0767f311f514f13d8690f.tar.xz |
Fix PR#2039
Missed a crypto -> cncrypto rename
-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 |