mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
CMake: Follow policy for 2.8.0 (avoid cmake warnings)
This commit is contained in:
parent
6e00989a9e
commit
742b036a07
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_policy(VERSION 2.8.0)
|
||||
|
||||
project(mirall)
|
||||
set(PACKAGE "mirall")
|
||||
set( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
|
||||
|
|
Loading…
Reference in a new issue