From ad3dff69c12246a6fea162b40ca15ecbcd591e6f Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 5 Jun 2018 14:53:09 +0200 Subject: [PATCH] Core/Cmake: removed an unneeded include since bzlib is always included by now --- dep/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 73329694828..fae13924dc2 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -35,6 +35,5 @@ if(SERVERS) endif() if(TOOLS) - add_subdirectory(bzip2) add_subdirectory(StormLib) endif()