The open source OpenXR runtime
0
fork

Configure Feed

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

cmake: Don't build the WMR driver on Windows.

Ironically, it needs a Linux-only byte order header in its current
incarnation.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
09603144 6dd5e705

+1 -1
+1 -1
CMakeLists.txt
··· 252 252 option(XRT_BUILD_DRIVER_DUMMY "Enable dummy driver" ON) 253 253 cmake_dependent_option(XRT_BUILD_DRIVER_ULV2 "Enable Ultraleap v2 driver" ON "LeapV2_FOUND" OFF) 254 254 cmake_dependent_option(XRT_BUILD_DRIVER_REMOTE "Enable remote debugging driver" ON "XRT_HAVE_LINUX OR ANDROID" OFF) 255 - option(XRT_BUILD_DRIVER_WMR "Enable Windows Mixed Reality driver" ON) 255 + cmake_dependent_option(XRT_BUILD_DRIVER_WMR "Enable Windows Mixed Reality driver" ON "NOT WIN32" OFF) 256 256 257 257 option(XRT_BUILD_SAMPLES "Enable compiling sample code implementations that will not be linked into any final targets" ON) 258 258