Fix test provider error

This commit is contained in:
Ryan Hill 2021-05-10 20:10:24 -07:00
parent 23c0011b42
commit 8e27b5d34a

View file

@ -371,6 +371,7 @@ add_custom_command(
)
if (NOT onnxruntime_MINIMAL_BUILD AND NOT onnxruntime_EXTENDED_MINIMAL_BUILD
AND NOT onnxruntime_ENABLE_TRAINING
AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin|iOS"
AND NOT (CMAKE_SYSTEM_NAME STREQUAL "Android")
AND NOT onnxruntime_BUILD_WEBASSEMBLY)