diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-06-01 19:43:54 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-06-01 19:43:54 +0200 |
commit | e3da0ca8280d0a68a750ffe48b8bc432ce1b3d0e (patch) | |
tree | 6159684a31706c3c0275d5f0dbbb35d61a24c8a5 | |
parent | Merge pull request #2058 (diff) | |
parent | Fix PR#2039 (diff) | |
download | monero-e3da0ca8280d0a68a750ffe48b8bc432ce1b3d0e.tar.xz |
Merge pull request #2059
fa489a26 Fix PR#2039 (Howard Chu)
-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 |