update default install path

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 9ca08a7c53]
This commit is contained in:
Karl W Schulz
2024-04-16 16:56:25 -05:00
committed by Karl W. Schulz
parent c7d3c861be
commit ba0744a24e
+1 -1
View File
@@ -50,7 +50,7 @@ endif()
set(CMAKE_BUILD_TYPE "Release")
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX
"/opt/apps/omniperf"
"/opt/rocm"
CACHE PATH "default install path" FORCE)
endif()
message(STATUS "Installation path: ${CMAKE_INSTALL_PREFIX}")