hopefully fix build in beta
authorStephan Kulow <coolo@suse.de>
Tue, 29 Apr 2008 16:18:01 +0000 (16:18 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 29 Apr 2008 16:18:01 +0000 (16:18 +0000)
CMakeLists.txt

index 81d225b..4a23e0a 100644 (file)
@@ -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 )