From cee7f89b67069a319a89e27ef732b7cce162f9bd Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 13 Feb 2013 11:33:40 -0800 Subject: [PATCH] link thread library to proper target for mixer --- mixer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer/CMakeLists.txt b/mixer/CMakeLists.txt index 57a6606be7..45cf78f66c 100644 --- a/mixer/CMakeLists.txt +++ b/mixer/CMakeLists.txt @@ -9,6 +9,6 @@ add_executable(mixer ${MIXER_SRCS} ${HIFI_SHARED_SRCS}) include_directories(${HIFI_SHARED_DIR}) find_package(Threads REQUIRED) -target_link_libraries(interface +target_link_libraries(mixer ${CMAKE_THREAD_LIBS_INIT} ) \ No newline at end of file