summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 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 )