mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Revert "Silence verbose cmake policy warnings on Windows"
This causes an error since those policies aren't known by
2.8.12, so better seeing those warnings on Windows for now.
This reverts commit 4441d3b342
.
This commit is contained in:
parent
a6d70c9c63
commit
854bfb870d
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_policy(VERSION 2.8.12)
|
||||
cmake_policy(SET CMP0043 NEW) # For VERSION < 3.3
|
||||
cmake_policy(SET CMP0058 NEW) # For VERSION < 3.3
|
||||
cmake_policy(VERSION 2.8.0)
|
||||
|
||||
project(client)
|
||||
|
||||
|
|
Loading…
Reference in a new issue