From 0ae2c480f86ec062cc314d4c71b9890c83631658 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Fri, 22 Dec 2023 17:06:51 +0100 Subject: [PATCH] exlclude re2 --- .../user_ie_extensions/tokenizer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/custom_operations/user_ie_extensions/tokenizer/CMakeLists.txt b/modules/custom_operations/user_ie_extensions/tokenizer/CMakeLists.txt index eb6a9dabc..cfd3bbee9 100644 --- a/modules/custom_operations/user_ie_extensions/tokenizer/CMakeLists.txt +++ b/modules/custom_operations/user_ie_extensions/tokenizer/CMakeLists.txt @@ -172,6 +172,7 @@ set_target_properties(${TARGET_NAME} PROPERTIES COMPILE_OPTIONS "${extra_flags}" # set_property(DIRECTORY ${sentencepiece_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL ON) +set_property(DIRECTORY ${re2_SOURCE_DIR} PROPERTY EXCLUDE_FROM_ALL ON) if(BUILD_FAST_TOKENIZERS) install(TARGETS core_tokenizers