mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
cmake: Reduce requirement to allow Android build
This commit is contained in:
parent
f0ff87226e
commit
51d693b66a
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2018-2020, Collabora, Ltd.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.13.0)
|
||||
cmake_minimum_required(VERSION 3.10.2)
|
||||
project(XRT VERSION 0.3.0)
|
||||
|
||||
# CMake 3.11 introduced CMP0072 - Prefer GLVND
|
||||
|
|
Loading…
Reference in a new issue