From 5c955ca6568c2b979eea45d49a7d12da8b4949f9 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 22 Jul 2014 14:48:51 -0700 Subject: [PATCH] fix faceshift definition --- interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 5461bc2556..e1d93394c7 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -229,7 +229,7 @@ endif() # and with Faceshift for depth camera face tracking if (FACESHIFT_FOUND AND NOT DISABLE_FACESHIFT) - add_definitions(-DAHAVE_FACESHIFT) + add_definitions(-DHAVE_FACESHIFT) include_directories(SYSTEM "${FACESHIFT_INCLUDE_DIRS}") target_link_libraries(${TARGET_NAME} ${FACESHIFT_LIBRARIES}) endif()