Add missing EXCLUDE_FROM_ALL keyword to nsync submodule

This commit is contained in:
Changming Sun 2019-01-11 15:37:54 -08:00
parent 2d067ec65c
commit 260639c327

View file

@ -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)