fixing accidental commit of leap motion disabling.

This commit is contained in:
Brad Davis 2016-01-22 20:27:23 -08:00
parent 208d7c3cfc
commit 0e0fcdae74

View file

@ -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")