Skip to content

Commit

Permalink
Fix a tiny problem in winml.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Dec 20, 2024
1 parent 29bccad commit 13f392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/winml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ add_dependencies(winml_dll winml_api_native)
add_dependencies(winml_dll winml_api_native_internal)

# Link libraries
target_link_libraries(winml_dll PRIVATE re2)
target_link_libraries(winml_dll PRIVATE re2::re2)
target_link_libraries(winml_dll PRIVATE ${WIL_TARGET})
target_link_libraries(winml_dll PRIVATE winml_lib_api)
if (NOT winml_is_inbox)
Expand Down

0 comments on commit 13f392e

Please sign in to comment.