Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena committed May 28, 2024
1 parent dc80b54 commit 25059f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
]

[tool.scikit-build]
build.tool-args = ["--config", "Release" "--parallel"]
build.tool-args = ["--config", "Release", "--parallel"]
cmake.source-dir = "./"
#cmake.build-type = "Release" It used to produce a debug build. Comment out because the default is Release anyway.
cmake.targets = ["py_generate_pipeline", "genai"]
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/OpenVINOGenAIConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(OpenVINO COMPONENTS Runtime)

if(NOT TARGET genai)
if(NOT TARGET openvino_genai)
include("${CMAKE_CURRENT_LIST_DIR}/OpenVINOGenAITargets.cmake")
endif()

Expand Down

0 comments on commit 25059f0

Please sign in to comment.