diff options
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | 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}" |