Skip to content

Commit

Permalink
TEMPORARY: speechProcessing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Mar 6, 2024
1 parent ab84cb0 commit ffde8be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aux_modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ add_subdirectory(headSynchronizer)
add_subdirectory(googleLogger)
add_subdirectory(tourManager)
add_subdirectory(eyeContactManager)
add_subdirectory(speechProcessing)
if(0)
add_subdirectory(speechProcessing)
endif()
if(${OPENCV_ON})
add_subdirectory(headObstaclesScanner)
add_subdirectory(faceExpression)
Expand Down

0 comments on commit ffde8be

Please sign in to comment.