Skip to content

Commit

Permalink
Fix re2 link (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Jan 10, 2025
1 parent 5e8167e commit 169d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ if(OCOS_ENABLE_TF_STRING)

if(OCOS_ENABLE_RE2_REGEX)
target_include_directories(noexcep_operators PUBLIC ${googlere2_SOURCE_DIR})
target_link_libraries(noexcep_operators PRIVATE re2)
target_link_libraries(noexcep_operators PRIVATE re2::re2)
endif()
endif()

Expand Down

0 comments on commit 169d682

Please sign in to comment.