diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-02 12:11:45 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-11-02 12:11:45 +0100 |
| commit | 94ce93cf0ba816d5748244ae4ef740396956350d (patch) | |
| tree | acc3d20a1a272e96fff10fd7df358e05f8c167d7 | |
| parent | 2cf3acb8fad9276e9fda412fd011d6c41d6195e6 (diff) | |
ht: disconnect the face tracker from build
It performs awfully, also needs run in subprocess since flandmark is
GPL3.
| -rw-r--r-- | tracker-ht/CMakeLists.txt | 2 |
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() |
