From ee1b7e056e3314ec40244488721c4180a937911e Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 9 Jun 2022 17:07:06 -0500 Subject: [PATCH] SWDEV-307399: Updating CMAKE dependency on rocprofiler activity.h and rocprofiler.h are already exposed in rocprofiler through the rocm installation directory. Change-Id: Ia383d3818fd51452390d2217d82503af4d91aac6 --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ec5d2c86..05a23b53a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,11 +51,6 @@ if(NOT DEFINED LIBRARY_TYPE) set(LIBRARY_TYPE SHARED) endif() -## FIXME!!! should not depend on another project's internal files -execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory inc/rocprofiler) -execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${PROJECT_SOURCE_DIR}/../rocprofiler/inc/rocprofiler.h inc/rocprofiler/rocprofiler.h) -execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink ${PROJECT_SOURCE_DIR}/../rocprofiler/src/core/activity.h inc/rocprofiler/activity.h) - ## Build libraries add_subdirectory(src)