diff options
author | Kargatum <dowlandtop@yandex.com> | 2021-07-16 20:05:39 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 15:05:39 +0200 |
commit | 96c51317f57ac038fd135ac6032592f9bc188d5a (patch) | |
tree | b0d7521e20161bf7bdeb79d9147b7e9862fc5c84 /deps | |
parent | c17ce009dd287bd4c55e15fc4d87b8ee7ebff4a4 (diff) |
feat(Deps/ACE): remove ACE library (part 1/2) (#6980)
Diffstat (limited to 'deps')
-rw-r--r-- | deps/CMakeLists.txt | 1 | ||||
-rw-r--r-- | deps/PackageList.txt | 4 |
2 files changed, 0 insertions, 5 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) diff --git a/deps/PackageList.txt b/deps/PackageList.txt index df9648443d..7ca512e13e 100644 --- a/deps/PackageList.txt +++ b/deps/PackageList.txt @@ -1,9 +1,5 @@ AzerothCore uses (parts of or in whole) the following opensource software: -ACE (ADAPTIVE Communication Environment) - http://www.cs.wustl.edu/~schmidt/ACE.html - Version: 6.1.4 - argon2 https://github.com/P-H-C/phc-winner-argon2 Version: 62358ba |