From 4aba9b346887834b4ce07a15197e04f3e094baf4 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Tue, 30 Oct 2012 09:28:14 +0100 Subject: [PATCH] add zlib includes to fix a compiling error --- BaseLib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseLib/CMakeLists.txt b/BaseLib/CMakeLists.txt index db5c6748203..d20311172ce 100644 --- a/BaseLib/CMakeLists.txt +++ b/BaseLib/CMakeLists.txt @@ -9,6 +9,7 @@ SET_TARGET_PROPERTIES(BaseLib PROPERTIES LINKER_LANGUAGE CXX) INCLUDE_DIRECTORIES( . + zlib ) # Add logog subdirectory and group its targets in a Visual Studio folder -- GitLab