mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-12 14:40:06 +08:00
cmake: bump the minimum version to 2.8.5
Required for the GNUInstallDirs cmake module. See the next commit.
This commit is contained in:
parent
ad7db2769e
commit
d0e29dc934
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user