summaryrefslogtreecommitdiffhomepage
path: root/tracker-ht
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-02 12:11:45 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-02 12:11:45 +0100
commit94ce93cf0ba816d5748244ae4ef740396956350d (patch)
treeacc3d20a1a272e96fff10fd7df358e05f8c167d7 /tracker-ht
parent2cf3acb8fad9276e9fda412fd011d6c41d6195e6 (diff)
ht: disconnect the face tracker from build
It performs awfully, also needs run in subprocess since flandmark is GPL3.
Diffstat (limited to 'tracker-ht')
-rw-r--r--tracker-ht/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-ht/CMakeLists.txt b/tracker-ht/CMakeLists.txt
index 248a113e..cbbda108 100644
--- a/tracker-ht/CMakeLists.txt
+++ b/tracker-ht/CMakeLists.txt
@@ -1,3 +1,4 @@
+if(FALSE)
set(SDK_HT "" CACHE FILEPATH "Path to headtracker library")
set(SDK_HT_FLANDMARK "" CACHE FILEPATH "Path to flandmark library for headtracker")
find_package(OpenCV 3.0 QUIET)
@@ -9,3 +10,4 @@ if(OpenCV_FOUND)
target_include_directories(opentrack-tracker-ht SYSTEM PUBLIC ${OpenCV_INCLUDE_DIRS})
endif()
endif()
+endif()