cmake: Reduce requirement to allow Android build

This commit is contained in:
Ryan Pavlik 2020-08-24 10:49:51 -05:00 committed by Jakob Bornecrantz
parent f0ff87226e
commit 51d693b66a

View file

@ -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