aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-25 15:04:02 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-25 15:04:02 +0200
commit02ee0db6c5945937fde1511d00184fe5c3d02eb7 (patch)
tree8ccdf79fc9c3d2c772e9f587529ac5898e863b0d /src/CMakeLists.txt
parentMerge pull request #749 (diff)
parentremove connectivity tool, comment it out from munin plugins too (diff)
downloadmonero-02ee0db6c5945937fde1511d00184fe5c3d02eb7.tar.xz
Merge pull request #762
287e882 remove connectivity tool, comment it out from munin plugins too (Riccardo Spagni) 51a56e7 remove unecessary and bad std::move from portable_storage_template_helper.h (Riccardo Spagni)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0ac4a0aa1..e2349744d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -87,7 +87,6 @@ add_subdirectory(wallet)
add_subdirectory(p2p)
add_subdirectory(cryptonote_protocol)
-add_subdirectory(connectivity_tool)
add_subdirectory(miner)
add_subdirectory(simplewallet)
add_subdirectory(daemonizer)