Skip to content

Commit

Permalink
use main target name because an alias can't be specified in cmake --t…
Browse files Browse the repository at this point in the history
…arget
  • Loading branch information
Wovchena committed May 23, 2024
1 parent 26f9fe1 commit 1dcd40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
[tool.scikit-build]
cmake.source-dir = "./"
cmake.build-type = "Release"
cmake.targets = ["py_generate_pipeline", "openvino::genai"]
cmake.targets = ["py_generate_pipeline", "genai"]
install.components = ["wheel_genai"]
sdist.cmake = true
wheel.packages = ["src/python/openvino_genai"]
Expand Down

0 comments on commit 1dcd40b

Please sign in to comment.