diff --git a/plugin/ctf/CMakeLists.txt b/plugin/ctf/CMakeLists.txt index 10a214d388..9540d0a49c 100644 --- a/plugin/ctf/CMakeLists.txt +++ b/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