The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+1 -1
CMakeLists.txt
··· 1 1 # Copyright 2018-2020, Collabora, Ltd. 2 2 # SPDX-License-Identifier: BSL-1.0 3 3 4 - cmake_minimum_required(VERSION 3.10.0) 4 + cmake_minimum_required(VERSION 3.13.0) 5 5 project(XRT VERSION 0.1.0) 6 6 7 7 # CMake 3.11 introduced CMP0072 - Prefer GLVND
+1 -1
README.md
··· 29 29 30 30 Dependencies include: 31 31 32 - * [CMake][] 3.10 or newer 32 + * [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10) 33 33 * Vulkan headers 34 34 * OpenGL headers 35 35 * Eigen3