From 2f363a770765553d63f5edaea713743944a593c9 Mon Sep 17 00:00:00 2001
From: Alain Linden <alain@lindenlab.com>
Date: Fri, 11 Feb 2011 16:00:16 -0800
Subject: [PATCH] explicitly import ZLIB.

---
 indra/llcommon/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 9342a22d46f..6439ac33495 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -12,6 +12,7 @@ include(LLSharedLibs)
 include(GoogleBreakpad)
 include(GooglePerfTools)
 include(Copy3rdPartyLibs)
+include(ZLIB)
 
 include_directories(
     ${EXPAT_INCLUDE_DIRS}
-- 
GitLab