summaryrefslogtreecommitdiff
path: root/deps/CMakeLists.txt
diff options
context:
space:
mode:
authorKargatum <dowlandtop@yandex.com>2021-07-16 20:05:39 +0700
committerGitHub <noreply@github.com>2021-07-16 15:05:39 +0200
commit96c51317f57ac038fd135ac6032592f9bc188d5a (patch)
treeb0d7521e20161bf7bdeb79d9147b7e9862fc5c84 /deps/CMakeLists.txt
parentc17ce009dd287bd4c55e15fc4d87b8ee7ebff4a4 (diff)
feat(Deps/ACE): remove ACE library (part 1/2) (#6980)
Diffstat (limited to 'deps/CMakeLists.txt')
-rw-r--r--deps/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index d4e599a4c1..8f83305fa8 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -19,7 +19,6 @@ endif()
add_subdirectory(threads)
if(SERVERS OR TOOLS)
- add_subdirectory(acelite)
add_subdirectory(boost)
add_subdirectory(zlib)
add_subdirectory(g3dlite)