Skip to content

Commit

Permalink
Add deprecation message to ROCMConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Oct 24, 2024
1 parent 8c9ef65 commit c5d6147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions share/rocm/cmake/ROCMConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ get_filename_component(_new_rocmcmakebuildtools_path_linux "${_new_rocmcmakebuil

include(CMakeFindDependencyMacro)

message(DEPRECATION
"Use of find_package(ROCM) is deprecated as of ROCm 6.4. Please use find_package(ROCmCMakeBuildTools)")

find_dependency(
ROCmCMakeBuildTools
HINTS
Expand Down

0 comments on commit c5d6147

Please sign in to comment.