summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Nikora (GitHub) <50582435+MNikora@users.noreply.github.com>2020-05-29 08:22:37 +0300
committerGitHub <noreply@github.com>2020-05-29 08:22:37 +0300
commit9c8023ca176810a373ecd952e311e46c6bcc1e25 (patch)
treeeec5ca14d6fc9380c5d697a03b6e0f69ddd69788
parent6c6ee382c87cfbffbb8a1b2112a44815ef95cca9 (diff)
downloadsdl_core-fix/removing_python_packages_installation.tar.gz
Removing python packages installationfix/removing_python_packages_installation
Removing python packages installation from the CmakeLists
-rw-r--r--src/components/interfaces/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/interfaces/CMakeLists.txt b/src/components/interfaces/CMakeLists.txt
index 7f1a65277d..eae27d1646 100644
--- a/src/components/interfaces/CMakeLists.txt
+++ b/src/components/interfaces/CMakeLists.txt
@@ -52,10 +52,6 @@ include_directories (
${CMAKE_BINARY_DIR}
)
-execute_process(COMMAND /usr/bin/env python3 -m pip install --upgrade --user pip setuptools wheel)
-set(GENERATOR_REQUIREMENTS "${CMAKE_SOURCE_DIR}/tools/InterfaceGenerator/requirements.txt")
-execute_process(COMMAND /usr/bin/env python3 -m pip install --user --requirement ${GENERATOR_REQUIREMENTS})
-
generate_interface("v4_protocol_v1_2_no_extra.xml" "ns_smart_device_link_rpc::V1" "sdlrpcv1")
add_library(v4_protocol_v1_2_no_extra ${CMAKE_CURRENT_BINARY_DIR}/v4_protocol_v1_2_no_extra_schema.cc)