diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-02 12:34:39 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-02 16:13:24 +0000 |
commit | 6cf33446054f703360385592c0af6e18513a6d2d (patch) | |
tree | 63c2ec436ea08e473d66f21fc2f64f354612f9c2 /src/simplewallet/CMakeLists.txt | |
parent | Merge pull request #2666 (diff) | |
download | monero-6cf33446054f703360385592c0af6e18513a6d2d.tar.xz |
Remove wallet dependency on p2p
Diffstat (limited to 'src/simplewallet/CMakeLists.txt')
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index b56085b8f..4ecda12d0 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -48,7 +48,6 @@ target_link_libraries(simplewallet cncrypto common mnemonics - p2p version ${Boost_CHRONO_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} |