From 666d91e5af03e5a406e684969449af31e9809145 Mon Sep 17 00:00:00 2001
From: Andreas Schenk <andreas_schenk@hms.harvard.edu>
Date: Mon, 9 Jul 2012 00:27:09 -0400
Subject: [PATCH] removed BOOST_ZLIB_BINARY definition for windows

---
 cmake_support/OST.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake
index 00b3d6a30..839f9f965 100644
--- a/cmake_support/OST.cmake
+++ b/cmake_support/OST.cmake
@@ -866,7 +866,7 @@ macro(setup_compiler_flags)
     #GR:Uses the __fastcall calling convention (x86 only).
     #-EHsc to specify the synchronous exception handling mode/
     #-vmg Uses full generality for pointers to members.
-    add_definitions(-DBOOST_ZLIB_BINARY=zdll)
+    #add_definitions(-DBOOST_ZLIB_BINARY=zdll)
     #add_definitions(-NODEFAULTLIB:LIBCMTD.lib)
   endif()
 
-- 
GitLab