mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +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})
|
||||
|
||||
# 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)
|
||||
list(APPEND OPTIONAL_EXTERNALS "3DConnexionClient")
|
||||
|
|
Loading…
Reference in a new issue