From f6090c74665e15e0e28fcf082a83b66076e7d3f6 Mon Sep 17 00:00:00 2001 From: David Moxey Date: Tue, 2 Apr 2013 14:33:44 +0100 Subject: [PATCH] Changed ZLIB_ROOT variable for MacPorts. --- cmake/ThirdPartyZlib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ThirdPartyZlib.cmake b/cmake/ThirdPartyZlib.cmake index 14ab92165..c4662e502 100644 --- a/cmake/ThirdPartyZlib.cmake +++ b/cmake/ThirdPartyZlib.cmake @@ -8,7 +8,7 @@ # Attempt to identify Macports libraries, if they exist. This prevents # cmake warnings later on. -SET(ZLIB_ROOT /opt/local/lib) +SET(ZLIB_ROOT /opt/local/) # Find a system ZLIB library -- GitLab