Skip to content

Commit

Permalink
Update package_name to fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchen-amd committed Oct 22, 2024
1 parent 6e3f547 commit c9a60bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ project(
"A system performance profiling tool for machine learning/HPC workloads running on AMD MI GPUs"
HOMEPAGE_URL "https://github.com/ROCm/rocprofiler-compute")

set(PACKAGE_NAME "rocprofiler-compute")
set(PACKAGE_NAME_UNDERSCORE "rocprofiler_compute")
set(PACKAGE_NAME "rocprof-compute")
set(PACKAGE_NAME_UNDERSCORE "rocprof_compute")

include(ExternalProject)
include(GNUInstallDirs)
Expand Down

0 comments on commit c9a60bb

Please sign in to comment.