- need that zlib library
authorMichael Schroeder <mls@suse.de>
Mon, 3 Mar 2008 17:12:05 +0000 (17:12 +0000)
committerMichael Schroeder <mls@suse.de>
Mon, 3 Mar 2008 17:12:05 +0000 (17:12 +0000)
CMakeLists.txt

index 91e8624..bd00e1a 100644 (file)
@@ -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}" )