mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Build: Add missing EXCLUDE_FROM_ALL to ONNX submodule (#5161)
Avoid building unnecessary things
This commit is contained in:
parent
de6e3fb61d
commit
ef496d36ea
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ else()
|
|||
endif()
|
||||
|
||||
if (NOT onnxruntime_MINIMAL_BUILD)
|
||||
add_subdirectory(external/onnx)
|
||||
add_subdirectory(external/onnx EXCLUDE_FROM_ALL)
|
||||
else()
|
||||
include(onnx_minimal)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue