Skip to content

Commit

Permalink
Fix install path for src/rocprof-compute
Browse files Browse the repository at this point in the history
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
  • Loading branch information
dgaliffiAMD committed Oct 23, 2024
1 parent c3fad3b commit 970e607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ add_test(
# top-level rocprofiler-compute utility
install(
PROGRAMS src/rocprof-compute
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/${EXECUTABLE_NAME}
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME}
COMPONENT main)
# python dependency requirements
install(
Expand Down

0 comments on commit 970e607

Please sign in to comment.