Skip to content

Commit

Permalink
[Fix] cannot find mp11 cmake_install.cmake when install
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyue committed Mar 3, 2025
1 parent 99c51a3 commit ebbc65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/external/onnxruntime_external_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ if(NOT TARGET Boost::mp11)
EXCLUDE_FROM_ALL
FIND_PACKAGE_ARGS NAMES Boost
)
onnxruntime_fetchcontent_makeavailable(mp11)
onnxruntime_fetchcontent_makeavailable(mp11)
if(NOT TARGET Boost::mp11)
add_library(Boost::mp11 ALIAS Boost::headers)
endif()
Expand Down

0 comments on commit ebbc65a

Please sign in to comment.