Skip to content

Commit bcd591d

Browse files
committed
Fix FATAL_ERROR message
1 parent d8ec332 commit bcd591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oneapi_wrapper/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function (check_for_dpcpp)
3434
message(STATUS "dpcpp ver[${dpcpp_result}]: ${X}")
3535
endforeach()
3636
else()
37-
message(FATAL_MESSAGE "DPCPP needed to build dppl_oneapi_interface")
37+
message(FATAL_ERROR "DPCPP needed to build dppl_oneapi_interface")
3838
endif()
3939
endfunction()
4040

0 commit comments

Comments
 (0)