diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-21 11:45:01 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-10 01:57:51 +0000 |
commit | 40ab12a773bc71c566485f4738dfeada7493a10a (patch) | |
tree | 9ae443fc09c7ed371cee8355d8fd06c372ce43c9 /contrib/epee/src/CMakeLists.txt | |
parent | Merge pull request #3019 (diff) | |
download | monero-40ab12a773bc71c566485f4738dfeada7493a10a.tar.xz |
epee: remove dependency on common
Diffstat (limited to 'contrib/epee/src/CMakeLists.txt')
-rw-r--r-- | contrib/epee/src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt index b6967e8fc..ee118724d 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -49,7 +49,6 @@ endif() target_link_libraries(epee PUBLIC - cncrypto easylogging ${Boost_FILESYSTEM_LIBRARY} PRIVATE |