mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 13:13:19 +02:00
Removing iviewhmd due to broken production builds
This commit is contained in:
parent
61109d09af
commit
eeabc9b093
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ set(TARGET_NAME interface)
|
|||
project(${TARGET_NAME})
|
||||
|
||||
# set a default root dir for each of our optional externals if it was not passed
|
||||
set(OPTIONAL_EXTERNALS "LeapMotion" "RtMidi" "RSSDK" "iViewHMD")
|
||||
set(OPTIONAL_EXTERNALS "LeapMotion" "RtMidi" "RSSDK")
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
||||
|
|
Loading…
Reference in a new issue