From 2cdb3a60ecbe32fbf606968443d28fcdfbb3911c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Tue, 5 Jun 2018 14:48:48 +0200 Subject: [PATCH] Core/CMake: fixed linking servers when tools are disabled --- dep/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index da9527f9c98..73329694828 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -14,6 +14,7 @@ if(SERVERS OR TOOLS) add_subdirectory(boost) add_subdirectory(process) add_subdirectory(zlib) + add_subdirectory(bzip2) add_subdirectory(g3dlite) add_subdirectory(recastnavigation) add_subdirectory(jemalloc)