File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ endif()
149149if (BUILD_WITH_WAYLAND_HEADERS)
150150 target_compile_definitions (openxr-all -supported INTERFACE XR_USE_PLATFORM_WAYLAND)
151151endif ()
152+ # openxr-all-supported is a dependency of openxr_loader so it should be added to the export set
153+ install (TARGETS openxr-all -supported EXPORT openxr_loader_export)
152154
153155# Find glslc shader compiler.
154156# On Android, the NDK includes the binary, so no external dependency.
Original file line number Diff line number Diff line change @@ -243,8 +243,6 @@ install(
243243 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
244244 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
245245)
246- # openxr-all-supported is a dependency of openxr_loader so it should be added to the export set
247- install (TARGETS openxr-all -supported EXPORT openxr_loader_export)
248246
249247export (
250248 EXPORT openxr_loader_export
You can’t perform that action at this time.
0 commit comments