cmake: raise minimal cmake version to 3.5 and use its features

This commit is contained in:
Eugene Shalygin 2016-04-18 22:40:22 +02:00
commit 3f53f17411
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.2)
cmake_policy(VERSION 3.2)
cmake_minimum_required(VERSION 3.5)
cmake_policy(VERSION 3.5)
project(qBittorrent VERSION 3.4.0.0)