Revert "Add COMGR relative path for build machines"
This reverts commit 6b3095f7cb.
This commit is contained in:
committed by
Siu Chi Chan
parent
2378c7a20b
commit
acfa46bbbc
@@ -200,10 +200,7 @@ endif()
|
|||||||
if(HIP_PLATFORM STREQUAL "hcc")
|
if(HIP_PLATFORM STREQUAL "hcc")
|
||||||
find_package(amd_comgr REQUIRED CONFIG
|
find_package(amd_comgr REQUIRED CONFIG
|
||||||
PATHS
|
PATHS
|
||||||
/opt/rocm/
|
/opt/rocm/lib/cmake/amd_comgr
|
||||||
PATH_SUFFIXES
|
|
||||||
cmake/amd_comgr
|
|
||||||
lib/cmake/amd_comgr
|
|
||||||
)
|
)
|
||||||
MESSAGE(STATUS "Code Object Manager found at ${amd_comgr_DIR}.")
|
MESSAGE(STATUS "Code Object Manager found at ${amd_comgr_DIR}.")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user