From 6e15b5be8775ce69ef82a4fb7d989457d5ed9416 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Mon, 22 May 2023 17:19:14 +0000 Subject: [PATCH] Fixing BARECTF Binary search path in CTF Plugin CMake Change-Id: I05a965a844584422ea93a4dd4196b8d7b2cdb339 [ROCm/rocprofiler commit: 55feb12ed9018397b275e68fcbc3855628f7bfe2] --- projects/rocprofiler/plugin/ctf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/plugin/ctf/CMakeLists.txt b/projects/rocprofiler/plugin/ctf/CMakeLists.txt index 10a214d388..9540d0a49c 100644 --- a/projects/rocprofiler/plugin/ctf/CMakeLists.txt +++ b/projects/rocprofiler/plugin/ctf/CMakeLists.txt @@ -75,7 +75,7 @@ endfunction() check_py3_pkg(CppHeaderParser) check_py3_pkg(yaml) -find_program(BARECTF_RES barectf REQUIRED) +find_program(BARECTF_RES barectf REQUIRED HINTS "$ENV{HOME}/.local/bin") # Generate barectf YAML and C++ files for HSA API. get_property(HSA_RUNTIME_INCLUDE_DIRS