X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=4a23e0afbdc391f68cc02c54fe2987e7835a5bad;hb=10f5571b82a30c1c333e5013f96896a56d4df08b;hp=81d225b15a6f96a95bbc1dbb267d28d940370e43;hpb=8b670c3f26eb0f9433d099d87fcda4917961f946;p=platform%2Fupstream%2Flibzypp.git 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 )