Skip to content

Commit 419f1ea

Browse files
Update ggml/src/ggml-hip/CMakeLists.txt
Co-authored-by: Johannes Gäßler <[email protected]>
1 parent 547115d commit 419f1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-hip/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ find_package(rocblas REQUIRED)
4242
if (GGML_HIP_ROCWMMA_FATTN)
4343
CHECK_INCLUDE_FILE_CXX("rocwmma/rocwmma.hpp" FOUND_ROCWMMA)
4444
if (NOT ${FOUND_ROCWMMA})
45-
message(FATAL_ERROR "rocwmma is not found")
45+
message(FATAL_ERROR "rocwmma has not been found")
4646
endif()
4747
endif()
4848

0 commit comments

Comments
 (0)