]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/orchestrator_cli/CMakeLists.txt
update download target update for octopus release
[ceph.git] / ceph / src / pybind / mgr / orchestrator_cli / CMakeLists.txt
CommitLineData
11fdf7f2
TL
1set(MGR_ORCHESTRATOR_CLI_VIRTUALENV ${CEPH_BUILD_VIRTUALENV}/mgr-orchestrator_cli-virtualenv)
2
3add_custom_target(mgr-orchestrator_cli-test-venv
4 COMMAND ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python=${MGR_PYTHON_EXECUTABLE} ${MGR_ORCHESTRATOR_CLI_VIRTUALENV}
5 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/pybind/mgr/orchestrator_cli
6 COMMENT "orchestrator_cli tests virtualenv is being created")
7add_dependencies(tests mgr-orchestrator_cli-test-venv)