From: Stephan Kulow Date: Tue, 29 Apr 2008 16:18:01 +0000 (+0000) Subject: hopefully fix build in beta X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~155 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibzypp.git;a=commitdiff_plain;h=10f5571b82a30c1c333e5013f96896a56d4df08b hopefully fix build in beta --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 81d225b..4a23e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ PROJECT(libzypp) SET( PACKAGE "libzypp" ) # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked SET( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ) +cmake_minimum_required(VERSION 2.4.5) INCLUDE(ZyppCommon) INCLUDE( ${CMAKE_SOURCE_DIR}/VERSION.cmake )