We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4aec9 commit 11de7feCopy full SHA for 11de7fe
src/tests/list/CMakeLists.txt
@@ -50,7 +50,7 @@ install(
50
TARGETS openxr_runtime_list RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
51
COMPONENT openxr_runtime_list
52
)
53
-if(NOT WIN32)
+if(NOT WIN32 AND NOT ANDROID)
54
install(
55
FILES openxr_runtime_list.1
56
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/
src/tests/list_json/CMakeLists.txt
@@ -75,7 +75,7 @@ if(NOT ANDROID)
75
COMPONENT openxr_runtime_list_json
76
77
endif()
78
79
80
FILES openxr_runtime_list_json.1
81
0 commit comments