}
" HAVE_ISO_STRDUP)
-# Check for libz using the cmake supplied FindZLIB.cmake
+# Determine whether zlib is installed.
if(NOT ZLIB_SOURCE)
find_package(ZLIB)
endif()
endif()
+# Determine whether CppUnit is installed.
+
if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
find_package(CppUnit)
if(NOT CppUnit_FOUND)
#cmakedefine HAVE_VSNPRINTF 1
#cmakedefine HAVE_VSPRINTF_S 1
-/* Defined if your compiler supports ISO _strdup. */
+/* Defined if your compiler supports ISO _strdup */
#cmakedefine HAVE_ISO_STRDUP 1
-/* Defined if you have libz */
+/* Defined if zlib is installed */
#cmakedefine HAVE_ZLIB 1
/* Indicates whether debug messages are shown even in release mode */