From efcc02b4b4b93c5df46d973c24c035c4feac79fb Mon Sep 17 00:00:00 2001 From: Sindhura Kantamani Date: Fri, 11 Oct 2019 07:53:41 -0700 Subject: [PATCH] Remove tbb linking (#281) --- CMakeLists.txt | 4 ---- ngraph_bridge/CMakeLists.txt | 2 -- 2 files changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15d4896db..db5cf2743 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,10 +326,6 @@ if(NGRAPH_BRIDGE_STATIC_LIB_ENABLE) ${LIB_MKLML_INTEL_IMPORTED_LOCATION} ) - add_library(lib_tbb INTERFACE) - target_link_libraries(lib_tbb INTERFACE - ${NGRAPH_INSTALL_DIR}/${LIB}/libtbb.so) - add_library(lib_iomp5 SHARED IMPORTED) set_target_properties( lib_iomp5 diff --git a/ngraph_bridge/CMakeLists.txt b/ngraph_bridge/CMakeLists.txt index 912dfa812..52831c1d5 100644 --- a/ngraph_bridge/CMakeLists.txt +++ b/ngraph_bridge/CMakeLists.txt @@ -113,7 +113,6 @@ if(NGRAPH_BRIDGE_STATIC_LIB_ENABLE) absl_algorithm absl_container absl_strings - lib_tbb lib_mkldnn lib_iomp5 ) @@ -156,7 +155,6 @@ if(NGRAPH_BRIDGE_STATIC_LIB_ENABLE) absl_algorithm absl_container absl_strings - lib_tbb lib_mkldnn lib_mklml_intel lib_iomp5