summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tracker-tobii/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/tracker-tobii/CMakeLists.txt b/tracker-tobii/CMakeLists.txt
index ff181b33..8273d43e 100644
--- a/tracker-tobii/CMakeLists.txt
+++ b/tracker-tobii/CMakeLists.txt
@@ -1,5 +1,7 @@
-# https://www.nuget.org/packages/Tobii.StreamEngine.Native/
-set(SDK_TOBII "" CACHE PATH "Tobii Stream Engine path")
+if(WIN32)
+ # https://www.nuget.org/packages/Tobii.StreamEngine.Native/
+ set(SDK_TOBII "" CACHE PATH "Tobii Stream Engine path")
+endif()
if(WIN32 AND SDK_TOBII)
otr_module(tracker-tobii)