Try specifying ZLIB_ROOT

develop
lethosor 2016-01-01 20:01:24 -05:00
parent 9e020bb8c1
commit 45ba3c0c68
1 changed files with 1 additions and 0 deletions

@ -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)