mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Add missing EXCLUDE_FROM_ALL keyword to nsync submodule
This commit is contained in:
parent
2d067ec65c
commit
260639c327
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ if(onnxruntime_BUILD_BENCHMARKS)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/external/nsync)
|
||||
add_subdirectory(${PROJECT_SOURCE_DIR}/external/nsync EXCLUDE_FROM_ALL)
|
||||
# External dependencies
|
||||
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/external)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue