X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=47419b341f2fba8c539c2cacdf457f4c08ce39dc;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=9d7bd4f1562bafe91acd2070bd8621e5170d5526;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9d7bd4f1..47419b34 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -20,11 +20,6 @@ cmake_minimum_required(VERSION 2.8) -set(PKG_NAME common) -set(PKG_VERSION 1.0) -set(PKG_RELEASE 1) -set(PKG_LONG_NAME ${PKG_NAME}-${PKG_VERSION}) - set(subdirs plugins python @@ -39,4 +34,5 @@ install( FILES rw_gen_package.py DESTINATION usr/rift/mano/common - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT} + )