From c9a60bbc76313be17c27d74951b0b4dc3901fb59 Mon Sep 17 00:00:00 2001 From: xuchen-amd Date: Tue, 22 Oct 2024 17:11:28 -0400 Subject: [PATCH] Update package_name to fix builds. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01527269f..cf961bfe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)