[Bf-blender-cvs] [ce4f04f] HMD_viewport: Fixed cmake option for htc vive in OpenHMD

TheOnlyJoey noreply at git.blender.org
Sat Oct 29 16:58:28 CEST 2016


Commit: ce4f04f268eca6d8f51a0840c23d33dc02ab22a5
Author: TheOnlyJoey
Date:   Sat Oct 29 16:58:09 2016 +0200
Branches: HMD_viewport
https://developer.blender.org/rBce4f04f268eca6d8f51a0840c23d33dc02ab22a5

Fixed cmake option for htc vive in OpenHMD

===================================================================

M	extern/openhmd/CMakeLists.txt

===================================================================

diff --git a/extern/openhmd/CMakeLists.txt b/extern/openhmd/CMakeLists.txt
index 398d9c9..7792c6f 100644
--- a/extern/openhmd/CMakeLists.txt
+++ b/extern/openhmd/CMakeLists.txt
@@ -38,7 +38,7 @@ set(SRC
 # TODO: Either remove this or move to main CMakeLists.txt
 OPTION(OPENHMD_DRIVER_OCULUS_RIFT "Oculus Rift DK1, DK2 and CV1" ON)
 OPTION(OPENHMD_DRIVER_DEEPOON "Deepoon E2 support" ON)
-OPTION(OPENHMD_DRIVER_DEEPOON "HTC Vive support" ON)
+OPTION(OPENHMD_DRIVER_HTC_VIVE "HTC Vive support" ON)
 OPTION(OPENHMD_DRIVER_EXTERNAL "External sensor driver" OFF)
 OPTION(OPENHMD_DRIVER_ANDROID "General Android driver" OFF)




More information about the Bf-blender-cvs mailing list