diff --git a/CMakeLists.txt b/CMakeLists.txt index fbb5eea3..5868eece 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,9 @@ elseif(ANDROID) endif() elseif(UNIX) find_package(PkgConfig) - if(NOT APPLE) + if(APPLE) + set(LOVR_USE_OPENXR OFF) + else() set(CMAKE_SKIP_RPATH OFF) endif() endif()