From 7f1268ea427ea3ceddafd296754d96fef0f72b70 Mon Sep 17 00:00:00 2001 From: madsbuvi Date: Sat, 24 Apr 2021 21:43:37 +0200 Subject: [PATCH] bump openxr loader version --- apps/openmw/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index 777f98bf7..f3f19939f 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -282,14 +282,11 @@ if(BUILD_OPENMW_VR) FetchContent_Declare( OpenXR GIT_REPOSITORY https://github.com/KhronosGroup/OpenXR-SDK.git - GIT_TAG release-1.0.13 + GIT_TAG release-1.0.15 ) FetchContent_MakeAvailable(OpenXR) target_link_libraries(openmw_vr openxr_loader) - # openxr makes include directories private - # Delete this line when the issue is solved: https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/195 - target_include_directories(openmw_vr PRIVATE ${openxr_SOURCE_DIR}/include) # Preprocessor variable used to control code paths to vr code if (WIN32)