We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8167e commit 169d682Copy full SHA for 169d682
CMakeLists.txt
@@ -629,7 +629,7 @@ if(OCOS_ENABLE_TF_STRING)
629
630
if(OCOS_ENABLE_RE2_REGEX)
631
target_include_directories(noexcep_operators PUBLIC ${googlere2_SOURCE_DIR})
632
- target_link_libraries(noexcep_operators PRIVATE re2)
+ target_link_libraries(noexcep_operators PRIVATE re2::re2)
633
endif()
634
635
0 commit comments