Skip to content

Commit 242c230

Browse files
committed
fix for case sensitive cmake to find HIP dependency
1 parent 7e1b847 commit 242c230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ rocm_install_targets(
106106
rocm_export_targets(
107107
TARGETS roc::hipblas
108108
PREFIX hipblas
109-
DEPENDS PACKAGE hip
109+
DEPENDS PACKAGE HIP
110110
NAMESPACE roc::
111111
)
112112

0 commit comments

Comments
 (0)