From: Michael Schroeder Date: Mon, 3 Mar 2008 17:12:05 +0000 (+0000) Subject: - need that zlib library X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06af4258255cc71489edd0fc474aa1a9b3acd925;p=thirdparty%2Flibsolv.git - need that zlib library --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 91e86247..bd00e1a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ FIND_PACKAGE(Ruby) MESSAGE(STATUS "ruby destinations: ${RUBY_VENDORLIB_DIR} | ${RUBY_VENDORARCH_DIR}") FIND_LIBRARY(RPMDB_LIBRARY NAMES rpmdb) +FIND_LIBRARY(ZLIB_LIBRARY NAMES z) SET( PACKAGE "satsolver" ) SET( VERSION "${LIBSATSOLVER_MAJOR}.${LIBSATSOLVER_MINOR}.${LIBSATSOLVER_PATCH}" )