The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmake: Remove debug print, allow renderdoc on Windows.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
1abf73df 3f9e5c2a

+1 -2
+1 -2
CMakeLists.txt
··· 233 233 set(XRT_FEATURE_OPENXR_LAYER_EQUIRECT1 ON) 234 234 endif() 235 235 236 - MESSAGE("RT FOUND ${RT_LIBRARY}") 237 - cmake_dependent_option(XRT_FEATURE_RENDERDOC "Enable RenderDoc API" OFF "RT_LIBRARY" OFF) 236 + cmake_dependent_option(XRT_FEATURE_RENDERDOC "Enable RenderDoc API" OFF "RT_LIBRARY OR WIN32" OFF) 238 237 239 238 # Most users won't touch these. 240 239 mark_as_advanced(XRT_FEATURE_COMPOSITOR_MAIN XRT_FEATURE_OPENXR)