mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Correct message type (#9973)
This commit is contained in:
parent
42c176b60c
commit
a7abd541c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue