From a0ce5887d8656af2cff9256efd2f2dfc8658b794 Mon Sep 17 00:00:00 2001 From: Benjamin Welton Date: Tue, 16 Apr 2024 23:51:11 +0000 Subject: [PATCH] fix cmake formatting issue [ROCm/rocprofiler-sdk commit: 7bb9ea39d6d8926e1fdcc47b4ec125c29b30d668] --- .../lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt index 7a0e30326e..1896d651b2 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/pc_sampling/parser/CMakeLists.txt @@ -1,7 +1,7 @@ set(ROCPROFILER_LIB_PC_SAMPLING_PARSER_SOURCES pc_record_interface.cpp) set(ROCPROFILER_LIB_PC_SAMPLING_PARSER_HEADERS - correlation.hpp gfx9.hpp gfx11.hpp parser_types.h pc_record_interface.hpp - rocr.h translation.hpp) + correlation.hpp gfx9.hpp gfx11.hpp parser_types.h pc_record_interface.hpp rocr.h + translation.hpp) target_sources( rocprofiler-object-library PRIVATE ${ROCPROFILER_LIB_PC_SAMPLING_PARSER_SOURCES}