diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 14:10:20 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 14:10:20 -0500 |
commit | f6d7e87b67645be02d3e9c274ff4bd842aacb09e (patch) | |
tree | 56de9b101a0e419a59ece4d0530ad405dba9c6d1 /src/rpc | |
parent | Merge pull request #4074 (diff) | |
parent | remove epee from link lines where it's redundant (diff) | |
download | monero-f6d7e87b67645be02d3e9c274ff4bd842aacb09e.tar.xz |
Merge pull request #4075
438d52d remove epee from link lines where it's redundant (moneromooo-monero)
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 7162317ed..4f8f96524 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -111,7 +111,6 @@ target_link_libraries(rpc common cryptonote_core cryptonote_protocol - epee ${Boost_REGEX_LIBRARY} ${Boost_THREAD_LIBRARY} PRIVATE |