Skip to content

Commit

Permalink
Fix cmake Python var name (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena authored Jul 15, 2024
1 parent 8ad336c commit 1b1b2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ endif()
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/openvino_genai/__init__.py"
"${CMAKE_BINARY_DIR}/openvino_genai/__version__.py"
DESTINATION python/openvino_genai
COMPONENT pygenai_${Python_VERSION_MAJOR}_${Python_VERSION_MINOR})
COMPONENT pygenai_${Python3_VERSION_MAJOR}_${Python3_VERSION_MINOR})
install(TARGETS py_generate_pipeline
LIBRARY DESTINATION python/openvino_genai
COMPONENT pygenai_${Python_VERSION_MAJOR}_${Python_VERSION_MINOR})
COMPONENT pygenai_${Python3_VERSION_MAJOR}_${Python3_VERSION_MINOR})

install(FILES "${CMAKE_BINARY_DIR}/openvino_genai/__version__.py"
DESTINATION openvino_genai
Expand Down

0 comments on commit 1b1b2f0

Please sign in to comment.