From 4272e2e2b2df05da384bcf30c3e0e33c9f40d548 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 28 Sep 2015 19:39:26 +0200 Subject: [PATCH] Activated zlib build only on windows --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21e65af37..39c0a5469 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ if(UNIX AND NOT ANDROID) endif() #third party build options -WAGIC_OPTION(BUILD_ZLIB "build zlib from source" ON) +WAGIC_OPTION(BUILD_ZLIB "build zlib from source" WIN32) WAGIC_OPTION(BUILD_JPEG "build jpeg from source" (WIN32 OR APPLE OR PSP OR ANDROID)) WAGIC_OPTION(BUILD_PNG "build png from source" (WIN32 OR APPLE OR PSP OR ANDROID)) WAGIC_OPTION(BUILD_UNZIP "build unzip from source" ON)