From a900f3eda40f15dfec5e287aaa5d6675e9ecae81 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 7 Mar 2018 18:45:33 -0600 Subject: [PATCH] cosmetic change Change-Id: I871e8260643a4409f7a471ea1575e9bb0a505f7f [ROCm/rocprofiler commit: f423e5f4868157baa2d9f9f068d74df6c6566c6f] --- projects/rocprofiler/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/test/CMakeLists.txt b/projects/rocprofiler/test/CMakeLists.txt index 126af30d33..8ec042e4e7 100644 --- a/projects/rocprofiler/test/CMakeLists.txt +++ b/projects/rocprofiler/test/CMakeLists.txt @@ -2,7 +2,6 @@ cmake_minimum_required ( VERSION 3.5.0 ) set ( CMAKE_VERBOSE_MAKEFILE TRUE CACHE BOOL "Verbose Output" FORCE ) set ( EXE_NAME "ctrl" ) -set ( TEST_LIB "tool" ) if ( NOT DEFINED TEST_DIR ) set ( TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR} ) @@ -34,6 +33,7 @@ execute_process ( COMMAND sh -xc "cp ${TEST_DIR}/*.xml ${PROJECT_BINARY_DIR}" ) execute_process ( COMMAND sh -xc "mkdir -p ${PROJECT_BINARY_DIR}/RESULTS" ) ## Build test library +set ( TEST_LIB "tool" ) set ( TEST_LIB_SRC ${TEST_DIR}/ctrl/tool.cpp ) add_library ( ${TEST_LIB} SHARED ${TEST_LIB_SRC} ) target_include_directories ( ${TEST_LIB} PRIVATE ${TEST_DIR} ${ROOT_DIR} ${HSA_RUNTIME_INC_PATH} )