HPCC-15574 Use TBB allocator in Thor and Roxie only Reviewed-By: Gavin Halliday <gavin.halliday@lexisnexis.com> Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -121,4 +121,8 @@ IF (USE_OPENSSL)
)
ENDIF()
+IF (USE_TBBMALLOC)
+ target_link_libraries ( ccd ${TBBMALLOC_LIBRARIES})
+ENDIF()
+
@@ -198,10 +198,6 @@ target_link_libraries ( jlib
lz4
-if (USE_TBBMALLOC)
- target_link_libraries ( jlib ${TBBMALLOC_LIBRARIES})
-endif()
-
if ( ${HAVE_LIBDL} )
target_link_libraries ( jlib dl)
endif ( ${HAVE_LIBDL} )
@@ -75,4 +75,8 @@ target_link_libraries ( graph_lcr
roxiemem
+if (USE_TBBMALLOC)
+ target_link_libraries ( graph_lcr ${TBBMALLOC_LIBRARIES})
+endif()