Skip to content

Commit

Permalink
Merge pull request #142 from nitsch/fix-bluez5-detection
Browse files Browse the repository at this point in the history
Fix BlueZ 5 status on non-Linux platforms
  • Loading branch information
thp committed Dec 17, 2014
2 parents 038ba99 + 6a2181c commit f0bd675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -168,6 +168,7 @@ endif()

set(INFO_USE_CL_EYE_SDK "No (Windows only)")
set(INFO_USE_PS3EYE_DRIVER "No (OS X only)")
set(INFO_BLUEZ5_SUPPORT "No")

IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
find_library(FOUNDATION Foundation)
Expand Down

0 comments on commit f0bd675

Please sign in to comment.