Skip to content

Commit b1f2a3f

Browse files
authored
Update onnxruntime_external_deps.cmake: add missing EXCLUDE_FROM_ALL (#23829)
### Description To resolve #23821 ### Motivation and Context Similar to #23641 .
1 parent 17f3947 commit b1f2a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/external/onnxruntime_external_deps.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ if(NOT TARGET Boost::mp11)
301301
onnxruntime_fetchcontent_declare(
302302
mp11
303303
URL ${DEP_URL_mp11}
304+
EXCLUDE_FROM_ALL
304305
FIND_PACKAGE_ARGS NAMES Boost
305306
)
306307
onnxruntime_fetchcontent_makeavailable(mp11)

0 commit comments

Comments
 (0)