Skip to content

Commit

Permalink
Moved deployment_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Sep 3, 2021
1 parent 6e9d456 commit 131eba4
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ if(UNIX)
COMPONENT install_dependencies)
endif()

# install DeploymentManager

ie_cpack_add_component(deployment_manager REQUIRED)
install(DIRECTORY deployment_manager/
DESTINATION deployment_tools/tools/deployment_manager
COMPONENT deployment_manager
USE_SOURCE_PERMISSIONS)

# install files for demo

ie_cpack_add_component(demo_scripts DEPENDS core)
Expand Down
8 changes: 8 additions & 0 deletions tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ endif()

# Python tools

# install deployment_manager

ie_cpack_add_component(deployment_manager REQUIRED)
install(DIRECTORY deployment_manager/
DESTINATION deployment_tools/tools/deployment_manager
COMPONENT deployment_manager
USE_SOURCE_PERMISSIONS)

if(ENABLE_PYTHON)
find_package(PythonInterp 3 REQUIRED)
set(PYTHON_VERSION python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 131eba4

Please sign in to comment.