mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:03:35 +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})
|
project(${TARGET_NAME})
|
||||||
|
|
||||||
# set a default root dir for each of our optional externals if it was not passed
|
# 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)
|
if(WIN32)
|
||||||
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
||||||
|
|
Loading…
Reference in a new issue