tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
monado: Update version
Jakob Bornecrantz
5 years ago
151a03fb
f88ce679
+2
-2
2 changed files
expand all
collapse all
unified
split
CMakeLists.txt
meson.build
+1
-1
CMakeLists.txt
···
2
2
# SPDX-License-Identifier: BSL-1.0
3
3
4
4
cmake_minimum_required(VERSION 3.10.2)
5
5
-
project(XRT VERSION 0.4.0)
5
5
+
project(XRT VERSION 0.4.1)
6
6
7
7
# CMake 3.11 introduced CMP0072 - Prefer GLVND
8
8
if(POLICY CMP0072)
+1
-1
meson.build
···
4
4
project(
5
5
'xrt',
6
6
['c', 'cpp'],
7
7
-
version: '0.4.0',
7
7
+
version: '0.4.1',
8
8
license: 'BSL-1.0',
9
9
meson_version: '>=0.49.0',
10
10
default_options: [