Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay molenkamp <LazyDodo>2021-02-09 17:20:57 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-02-15 14:17:08 +0300
commitda0c5e7224e1ad48586d218a2b4a9480442ce3e9 (patch)
tree389165e6668299a70d868f20e6eb77b23db5c54e /build_files/build_environment/cmake/xr_openxr.cmake
parent0a3b076961443266ff9d24fd6bbe302f71a85c4b (diff)
CMake/Deps: XR_OpenXR v1.0.14
Straight up version bump Things of note: They started using API calls only available in windows 8, however given the Python 3.9 update will forcibly bump us to 8.1+ anyhow this is not an issue. Will require some minor tweaks to platform_win32.cmake after adding the libs to svn which are not included in this diff so this diff can land without having to have the libs in place yet. Reviewed By: sebbas, sybren Differential Revision: https://developer.blender.org/D10349
Diffstat (limited to 'build_files/build_environment/cmake/xr_openxr.cmake')
-rw-r--r--build_files/build_environment/cmake/xr_openxr.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/xr_openxr.cmake b/build_files/build_environment/cmake/xr_openxr.cmake
index 16da266c3d2..0ab685f8da8 100644
--- a/build_files/build_environment/cmake/xr_openxr.cmake
+++ b/build_files/build_environment/cmake/xr_openxr.cmake
@@ -53,7 +53,7 @@ if(WIN32)
endif()
if(BUILD_MODE STREQUAL Debug)
ExternalProject_Add_Step(external_xr_openxr_sdk after_install
- COMMAND ${CMAKE_COMMAND} -E copy ${LIBDIR}/xr_openxr_sdk/lib/openxr_loader.lib ${HARVEST_TARGET}/xr_openxr_sdk/lib/openxr_loader_d.lib
+ COMMAND ${CMAKE_COMMAND} -E copy ${LIBDIR}/xr_openxr_sdk/lib/openxr_loaderd.lib ${HARVEST_TARGET}/xr_openxr_sdk/lib/openxr_loaderd.lib
DEPENDEES install
)
endif()