[uchardet: 17/29] cmake: bump the minimum version to 2.8.5



commit d0e29dc934213555067282490d815e5154e352ff
Author: Ilya Tumaykin <itumaykin gmail com>
Date:   Mon Mar 21 18:45:17 2016 +0300

    cmake: bump the minimum version to 2.8.5
    
    Required for the GNUInstallDirs cmake module. See the next commit.

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e6ad0d..4c50294 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 ######## Project settings
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.5)
 set (PACKAGE_NAME uchardet)
 project (${PACKAGE_NAME} CXX C)
 enable_testing()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]