mirror of https://gitee.com/bigwinds/arangodb
Increase required CMake version to 3.10
This commit is contained in:
parent
5a97acc166
commit
709ecee291
|
@ -4,7 +4,7 @@
|
|||
# General
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
if (POLICY CMP0048)
|
||||
cmake_policy(SET CMP0048 NEW)
|
||||
|
|
Loading…
Reference in New Issue