Skip to content

Commit

Permalink
Add TensorFlow component to build
Browse files Browse the repository at this point in the history
Signed-off-by: Kazantsev, Roman <[email protected]>
  • Loading branch information
rkazants committed Feb 29, 2024
1 parent 38ccb79 commit f9b3ea1
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 @@ -8,7 +8,7 @@ project(openvino_tokenizers)

include(cmake/platforms.cmake)

find_package(OpenVINO REQUIRED COMPONENTS Runtime)
find_package(OpenVINO REQUIRED COMPONENTS Runtime OPTIONAL_COMPONENTS TensorFlow)

# set the project version using OpenVINO major, minor and patch versions
set(CMAKE_PROJECT_VERSION_TWEAK 0)
Expand Down

0 comments on commit f9b3ea1

Please sign in to comment.