mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
cmake: Increase minimun requried cmake version.
This commit is contained in:
parent
1c52b90fa4
commit
5a28200e8b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
project(csync C)
|
||||
|
||||
# Required cmake version
|
||||
cmake_minimum_required(VERSION 2.4.6)
|
||||
cmake_minimum_required(VERSION 2.6.0)
|
||||
|
||||
# global needed variables
|
||||
set(APPLICATION_NAME ${PROJECT_NAME})
|
||||
|
|
Loading…
Reference in a new issue