mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
fixing accidental commit of leap motion disabling.
This commit is contained in:
parent
208d7c3cfc
commit
0e0fcdae74
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")
|
set(OPTIONAL_EXTERNALS "LeapMotion")
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
||||||
|
|
Loading…
Reference in a new issue