From 4969b8511d9086147ebae26c53478f92e8f77d38 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 12 Feb 2018 16:18:10 -0800 Subject: [PATCH] cleanup 'workload' dependency on 'task' library --- libraries/workload/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/workload/CMakeLists.txt b/libraries/workload/CMakeLists.txt index 3fcf00e0e9..beaed55734 100644 --- a/libraries/workload/CMakeLists.txt +++ b/libraries/workload/CMakeLists.txt @@ -1,5 +1,3 @@ set(TARGET_NAME workload) setup_hifi_library() - -link_hifi_libraries(shared) - +link_hifi_libraries(shared task)