From 45ba3c0c68522bd218b850eb29d4b4a523048eaf Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 1 Jan 2016 20:01:24 -0500 Subject: [PATCH] Try specifying ZLIB_ROOT --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a20b8dba..193339077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,6 +171,7 @@ endif() if(NOT UNIX) SET(ZLIB_ROOT depends/zlib/) endif() +set(ZLIB_ROOT /usr/lib/i386-linux-gnu) find_package(ZLIB REQUIRED) include_directories(depends/protobuf) include_directories(depends/lua/include)