From 1e2443e16dda61f7c2f90b4954e7e5e320a2a0b2 Mon Sep 17 00:00:00 2001
From: Paul Harris <paulharris@computer.org>
Date: Mon, 4 Jun 2012 13:22:47 +0800
Subject: [PATCH] Print out the have zlib/png cmake messages properly.
---
cmake/modules/summary.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/modules/summary.cmake b/cmake/modules/summary.cmake
index 80c609b..86f5f3e 100644
--- a/cmake/modules/summary.cmake
+++ b/cmake/modules/summary.cmake
@@ -42,8 +42,8 @@ LIBHPDF_EXAMPLES: ${LIBHPDF_EXAMPLES}
DEVPAK: ${DEVPAK}
Optional libraries:
-HAVE_LIBZ: ${HAVE_LIBZ}
-HAVE_LIBPNG: ${HAVE_LIBPNG}
+HAVE_LIBZ: ${LIBHPDF_HAVE_LIBZ}
+HAVE_LIBPNG: ${LIBHPDF_HAVE_LIBPNG}
")
message("${_output_results}")
endmacro(summary)
--
2.21.1 (Apple Git-122.3)