mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
cmake: Build minimum version
Ubuntu 18.04 is the only debian based distro currently that doesn't have cmake 3.13 packaged. And Ubuntu 18.04 is not supported for other reasons. Closes #50
This commit is contained in:
parent
f974301877
commit
5a49fa9bc8
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2018-2020, Collabora, Ltd.
|
||||
# SPDX-License-Identifier: BSL-1.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.10.0)
|
||||
cmake_minimum_required(VERSION 3.13.0)
|
||||
project(XRT VERSION 0.1.0)
|
||||
|
||||
# CMake 3.11 introduced CMP0072 - Prefer GLVND
|
||||
|
|
Loading…
Reference in a new issue