Build: disable OpenXR in make deps for macOS, it's not supported

This commit is contained in:
Brecht Van Lommel 2020-06-30 17:53:16 +02:00
parent 95ee06d068
commit e60b6f586b
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@ endif()
include(cmake/ispc.cmake)
include(cmake/openimagedenoise.cmake)
include(cmake/embree.cmake)
include(cmake/xr_openxr.cmake)
if(NOT APPLE)
include(cmake/xr_openxr.cmake)
endif()
if(WITH_WEBP)
include(cmake/webp.cmake)