diff options
author | protomors <protomors@gmail.com> | 2017-11-29 14:52:36 +0300 |
---|---|---|
committer | protomors <protomors@gmail.com> | 2017-11-29 16:48:26 +0300 |
commit | 9d493cceb8ba9dfe38c2beaacdb6b79487818d35 (patch) | |
tree | 51df62ea057dcd9cb35af39c0c5dfb610738ad52 /libs/CMakeLists.txt | |
parent | e62e68d8dad3e554fdd9a41cea6ecdf35cde3102 (diff) |
CMake: removed deprecated protocols.
Diffstat (limited to 'libs/CMakeLists.txt')
-rw-r--r-- | libs/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/CMakeLists.txt b/libs/CMakeLists.txt index 67fdb72838..5c360a5ef0 100644 --- a/libs/CMakeLists.txt +++ b/libs/CMakeLists.txt @@ -1,4 +1,3 @@ add_subdirectory(zlib) add_subdirectory(libjson) -add_subdirectory(libaxolotl) -add_subdirectory(libevent)
\ No newline at end of file +add_subdirectory(libaxolotl)
\ No newline at end of file |