Skip to content

Commit

Permalink
correct hipblas-common library dependency type (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorreZuk authored Jan 24, 2025
1 parent c8bdbe6 commit 23b52ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ########################################################################
# Copyright (C) 2016-2024 Advanced Micro Devices, Inc. All rights reserved.
# Copyright (C) 2016-2025 Advanced Micro Devices, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -67,7 +67,7 @@ add_library( roc::hipblas ALIAS hipblas )
set(static_depends)

find_package( hipblas-common REQUIRED CONFIG PATHS ${ROCM_PATH})
target_link_libraries( hipblas PUBLIC roc::hipblas-common )
target_link_libraries( hipblas INTERFACE roc::hipblas-common )

# Build hipblas from source on AMD platform
if(HIP_PLATFORM STREQUAL amd)
Expand Down

0 comments on commit 23b52ed

Please sign in to comment.