diff options
| author | Bradley Austin Davis <bdavis@saintandreas.org> | 2019-07-31 13:03:44 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-31 13:03:44 -0700 |
| commit | e8e78c449b176db3f546994ec044328cf1dca551 (patch) | |
| tree | c4caa2bcdd7389b51ca5503e86783897a2d97610 /ports/openxr-loader/portfile.cmake | |
| parent | bcff929875d76ade98c251038eea6f48171facc6 (diff) | |
| download | vcpkg-e8e78c449b176db3f546994ec044328cf1dca551.tar.gz vcpkg-e8e78c449b176db3f546994ec044328cf1dca551.zip | |
Update OpenXR to 1.0 (#7488)
Diffstat (limited to 'ports/openxr-loader/portfile.cmake')
| -rw-r--r-- | ports/openxr-loader/portfile.cmake | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ports/openxr-loader/portfile.cmake b/ports/openxr-loader/portfile.cmake index c1de0d142..70c6dc688 100644 --- a/ports/openxr-loader/portfile.cmake +++ b/ports/openxr-loader/portfile.cmake @@ -12,16 +12,10 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO KhronosGroup/OpenXR-SDK - REF release-0.90.1 - SHA512 99b16b52511fef740fa7a1e234213310a4490b8d7baf4d1e003b93cf4f37b28abf526f6ed2d1e27e9ee2b4949b1957f15c20d4e0f8d30687806fe782780697af + REF release-1.0.0 + SHA512 423079b841a01f3b51283839c565cfa1b8ff38348c3f3d6f62e9120569d4ad540d8d6bfe8010e74d9bbb76aeaedcf273e5e3b1717bb0b424898793fb4712aa58 HEAD_REF master PATCHES - # embedded python uses ignores PYTHONPATH - 0001-fix-embedded-python-path.patch - # Pkg-config is not available on the Vcpkg CI systems, don't depend on it for the xlib backend - 0002-fix-linux-pkgconfig-dependency.patch - # Python < 3.6 doesn't allow a WindowsPath object to act as a pathlike in os.path functions - 0003-windows-path-python-fix.patch 0004-fix-fatal-errorC1189.patch ) @@ -45,6 +39,7 @@ vcpkg_configure_cmake( OPTIONS -DBUILD_API_LAYERS=OFF -DBUILD_TESTS=OFF + -DBUILD_CONFORMANCE_TESTS=OFF -DDYNAMIC_LOADER=${DYNAMIC_LOADER} -DPYTHON_EXECUTABLE=${PYTHON3} ) |
