Skip to content

Commit e3fbad3

Browse files
committed
Revert "fix for case sensitive cmake to find HIP dependency"
This reverts commit 242c230.
1 parent 242c230 commit e3fbad3

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)