diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-03-20 18:50:25 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-20 18:50:25 +0100 |
commit | 92e247b22674dc78a7836947af3f656cc84ac1a1 (patch) | |
tree | e2d08b1bc05cd51bebd2dc29635cd96b539f239e /dep/CMakeLists.txt | |
parent | 1fea358becc00d358e0c79a86645258080aea5b5 (diff) |
Core/Dep: Removed ZMQ dependency in preparation for future changes
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 2e7c2addb1f..d60e0ca56a6 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -34,8 +34,6 @@ if(SERVERS) add_subdirectory(process) add_subdirectory(readline) add_subdirectory(gsoap) - add_subdirectory(zmq) - add_subdirectory(zmqpp) endif() if(TOOLS) |