Skip to content

Commit 3f3f48d

Browse files
Update FATAL_ERROR message
1 parent 4219633 commit 3f3f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if ("x${DPNP_SYCL_TARGETS}" STREQUAL "x")
117117
else()
118118
message(FATAL_ERROR
119119
"Invalid value for HIP_TARGETS: \"${HIP_TARGETS}\". "
120-
"Expected an architecture name starting with 'gfx', such as 'gfx90a' or 'gfx1030'."
120+
"Expected an architecture name starting with 'gfx', e.g. 'gfx1030'."
121121
)
122122
endif()
123123
endif()

0 commit comments

Comments
 (0)