Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Nov 19, 2018
1 parent e382a4c commit bc5a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(CheckCXXCompilerFlag)

if(RAKAU_WITH_ROCM)
if(NOT YACMA_COMPILER_IS_HCC)
message(FATAL_ERROR "ROCm support requires hcc compiler.")
message(FATAL_ERROR "ROCm support requires the hcc compiler.")
endif()
set(RAKAU_ENABLE_ROCM "#define RAKAU_WITH_ROCM")
endif()
Expand Down

0 comments on commit bc5a462

Please sign in to comment.