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:
Jakob Bornecrantz 2020-02-13 09:40:23 +00:00
parent f974301877
commit 5a49fa9bc8
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -29,7 +29,7 @@ and aims to support other operating systems in the near future.
Dependencies include:
* [CMake][] 3.10 or newer
* [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10)
* Vulkan headers
* OpenGL headers
* Eigen3