Skip to content

Commit

Permalink
STATUS -> WARNING
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Ehrig <[email protected]>
  • Loading branch information
2 people authored and psychocoderHPC committed Nov 29, 2023
1 parent 035e9c9 commit 4d1a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/alpakaCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ if(alpaka_ACC_GPU_HIP_ENABLE)
find_package(hip "${_alpaka_HIP_MIN_VER}...${_alpaka_HIP_MAX_VER}")

if(NOT TARGET hip)
message(STATUS "Could not find HIP <=v${_alpaka_HIP_MAX_VER}. Now searching for unsupported HIP >v${_alpaka_HIP_MAX_VER}")
message(WARNING "Could not find HIP <=v${_alpaka_HIP_MAX_VER}. Now searching for unsupported HIP >v${_alpaka_HIP_MAX_VER}")
find_package(hip "${_alpaka_HIP_MAX_VER}")
endif()

Expand Down

0 comments on commit 4d1a221

Please sign in to comment.