diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 97eb5e1a4d..b5b82c24e6 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -49,6 +49,7 @@ endforeach(SUBDIR) # Add SpeechRecognizer if on Windows or OS X, otherwise remove if (WIN32) # Use .cpp and .h files as is. + find_package(ATL) elseif (APPLE) file(GLOB INTERFACE_OBJCPP_SRCS "src/SpeechRecognizer.mm") set(INTERFACE_SRCS ${INTERFACE_SRCS} ${INTERFACE_OBJCPP_SRCS})