Skip to content

Commit 169d682

Browse files
author
Changming Sun
authored
Fix re2 link (#872)
1 parent 5e8167e commit 169d682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ if(OCOS_ENABLE_TF_STRING)
629629

630630
if(OCOS_ENABLE_RE2_REGEX)
631631
target_include_directories(noexcep_operators PUBLIC ${googlere2_SOURCE_DIR})
632-
target_link_libraries(noexcep_operators PRIVATE re2)
632+
target_link_libraries(noexcep_operators PRIVATE re2::re2)
633633
endif()
634634
endif()
635635

0 commit comments

Comments
 (0)