Skip to content

Commit 45a2c03

Browse files
authored
Merge pull request #73 from ntrost57/develop
cmake fix to rocm-export-targets
2 parents 09acc15 + e3fbad3 commit 45a2c03

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
@@ -104,7 +104,7 @@ rocm_install_targets(
104104
# PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ
105105

106106
rocm_export_targets(
107-
TARGETS hipblas-targets
107+
TARGETS roc::hipblas
108108
PREFIX hipblas
109109
DEPENDS PACKAGE hip
110110
NAMESPACE roc::

0 commit comments

Comments
 (0)