cmake: bump the minimum version to 2.8.5

Required for the GNUInstallDirs cmake module. See the next commit.
This commit is contained in:
Ilya Tumaykin 2016-03-21 18:45:17 +03:00
parent ad7db2769e
commit d0e29dc934
No known key found for this signature in database
GPG Key ID: FCF6A8810E836D1C

View File

@ -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()