aboutsummaryrefslogtreecommitdiffstats
path: root/zookeeper-server/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-12-08 12:35:02 +0100
committerHarald Musum <musum@verizonmedia.com>2020-12-08 12:35:02 +0100
commit9014ab220f9a931fe572b2b3d5d2279d63b21090 (patch)
treee284bf15389c631f4aa75d5011cc83f83955ca67 /zookeeper-server/CMakeLists.txt
parentfefcc6ec9e6e3934527ef38952773cf616d2e26f (diff)
Add support for ZooKeeper server 3.6.2
Diffstat (limited to 'zookeeper-server/CMakeLists.txt')
-rw-r--r--zookeeper-server/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/zookeeper-server/CMakeLists.txt b/zookeeper-server/CMakeLists.txt
index 2dd7a56ce82..2fa0caeb5fb 100644
--- a/zookeeper-server/CMakeLists.txt
+++ b/zookeeper-server/CMakeLists.txt
@@ -1,3 +1,4 @@
-# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
add_subdirectory(zookeeper-server-common)
add_subdirectory(zookeeper-server-3.5.6)
+add_subdirectory(zookeeper-server-3.6.2)