mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
cmake: raise minimal cmake version to 3.5 and use its features
This commit is contained in:
parent
8b64dd95a5
commit
3f53f17411
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue