Skip to content

Commit 9f2eaae

Browse files
committed
build: Use GNUInstallDirs on Android if not using per-arch directories for prefab
1 parent 5c8fc0e commit 9f2eaae

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ elseif(ANDROID AND INSTALL_TO_ARCHITECTURE_PREFIXES)
128128
)
129129
endif()
130130

131-
elseif(NOT ANDROID)
131+
else()
132132
include(GNUInstallDirs)
133133
endif()
134134

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
- issue.568.gh.OpenXR-SDK-Source
3+
- issue.2645.gl
34
---
4-
Fix: Do not attempt to install manpages on Android, fixing CMake install.
5+
Fix: Do not attempt to install manpages on Android, and ensure all directory prefixes are populated, fixing CMake install.

0 commit comments

Comments
 (0)