From 559fbf278ff86d803c466ff1be99c62476e7f62c Mon Sep 17 00:00:00 2001 From: scarab Date: Thu, 11 Sep 2008 16:32:39 +0000 Subject: - tuxanci jiz potrebuji cmake 2.6.0 a nikdo se z toho nevykeca :] git-svn-id: http://opensvn.csie.org/tuxanci_ng@279 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- CMakeLists.txt | 4 ++-- packaging/gentoo/tuxanci-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2be264e..b8a6164 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,8 @@ MESSAGE ( "<******************************>" ) MESSAGE ( "Configure for ${APPNAME} Started" ) MESSAGE ( "<******************************>" ) -CMAKE_MINIMUM_REQUIRED ( VERSION 2.4.6 ) -CMAKE_MINIMUM_REQUIRED ( VERSION 2.4.6 FATAL_ERROR ) +CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 ) +CMAKE_MINIMUM_REQUIRED ( VERSION 2.6.0 FATAL_ERROR ) IF ( COMMAND cmake_policy ) cmake_policy( SET CMP0003 NEW ) ENDIF ( COMMAND cmake_policy ) diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index c2ac07f..b5f0068 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -26,6 +26,7 @@ DEPEND="!dedicated? ( ) ) dev-libs/zziplib[sdl] + >=dev-util/cmake-2.6.0 nls? ( sys-devel/gettext )" S="${WORKDIR}"/"${PN}" -- cgit v1.2.3