summaryrefslogtreecommitdiffstats
path: root/zookeeper-server/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-05-11 09:26:45 +0200
committerHarald Musum <musum@yahooinc.com>2022-05-11 09:26:45 +0200
commit138f2a38192801522e5c1241839f9a9e6a431982 (patch)
treea0eef3c5cfca13cf8c2bc9f6df141599a7df8c10 /zookeeper-server/CMakeLists.txt
parentac03a5b8316d0dea32b49fe46539275fdab188ba (diff)
Move zookeeper server to a module without version name
* Keep our own code for zookeeper server in the same directory independent of zookeeper server version * Remove the need to depend on a module with version from other (internal) modules
Diffstat (limited to 'zookeeper-server/CMakeLists.txt')
-rw-r--r--zookeeper-server/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/zookeeper-server/CMakeLists.txt b/zookeeper-server/CMakeLists.txt
index a4e4ddaeb2d..e88493c1a1b 100644
--- a/zookeeper-server/CMakeLists.txt
+++ b/zookeeper-server/CMakeLists.txt
@@ -1,3 +1,3 @@
# Copyright Yahoo. 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.7.0)
+add_subdirectory(zookeeper-server)