Skip to content

Commit

Permalink
Correct message type (microsoft#9973)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin authored Dec 9, 2021
1 parent 42c176b commit a7abd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/onnxruntime_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ endif()

if (onnxruntime_USE_MIMALLOC)
if(NOT WIN32)
message(FATAL "Currently do not support MIMALLOC in GPU builds")
message(FATAL_ERROR "Currently do not support MIMALLOC in GPU builds")
endif()
if(onnxruntime_USE_CUDA OR onnxruntime_USE_OPENVINO)
message(WARNING "Currently do not support MIMALLOC in GPU builds")
Expand Down

0 comments on commit a7abd54

Please sign in to comment.