mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Silence verbose cmake policy warnings on Windows
This commit is contained in:
parent
147c59c6d8
commit
4441d3b342
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_policy(VERSION 2.8.0)
|
||||
cmake_policy(VERSION 2.8.12)
|
||||
cmake_policy(SET CMP0043 NEW) # For VERSION < 3.3
|
||||
cmake_policy(SET CMP0058 NEW) # For VERSION < 3.3
|
||||
|
||||
project(client)
|
||||
|
||||
|
|
Loading…
Reference in a new issue