From b4f2e8d8f1998ff9011289fe1e9f873a8833c05f Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Wed, 13 Sep 2017 13:49:56 -0500 Subject: [PATCH] Remove use of tools library Change-Id: I80eb95987e1e91c67bd6c3e4b12df934860940f1 --- rocrtst/samples/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/rocrtst/samples/CMakeLists.txt b/rocrtst/samples/CMakeLists.txt index 9f104be25b..29a550f2d2 100755 --- a/rocrtst/samples/CMakeLists.txt +++ b/rocrtst/samples/CMakeLists.txt @@ -218,7 +218,6 @@ link_directories(${ROCR_LIB_DIR}) # Extend the list of libraries to be used for linking ROC Perf Apps # set(ROCR_LIBS ${ROCR_LIBS} hsa-runtime${ONLY64STR}) -set(ROCR_LIBS ${ROCR_LIBS} hsa-runtime-tools${ONLY64STR}) include_directories(${ROCR_INC_DIR} ${OPENCL_INC_DIR})