X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2FCMakeLists.txt;h=9e7c2e4739cefdd5862acb89e8995c98dccd9187;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=8eba04ab5f34cf696093af6fa6a167bf37e66ae1;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwcal/CMakeLists.txt b/rwcal/CMakeLists.txt index 8eba04ab..9e7c2e47 100644 --- a/rwcal/CMakeLists.txt +++ b/rwcal/CMakeLists.txt @@ -19,23 +19,19 @@ cmake_minimum_required(VERSION 2.8) -set(PKG_NAME rwcal) -set(PKG_VERSION 1.0) -set(PKG_RELEASE 1) -set(PKG_LONG_NAME ${PKG_NAME}-${PKG_VERSION}) - set(subdirs src plugins test) rift_add_subdirs(SUBDIR_LIST ${subdirs}) install(FILES include/riftware/rwcal-api.h DESTINATION usr/include/riftware - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT} + ) install( PROGRAMS etc/userdata-template DESTINATION etc - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} ) @@ -49,12 +45,12 @@ rift_python_install_tree( rift/cal/utils.py rift/cal/rwcal_status.py PYTHON3_ONLY - COMPONENT rwcal-1.0) + COMPONENT ${INSTALL_COMPONENT}) install( PROGRAMS rift/cal/cloudsim DESTINATION usr/bin - COMPONENT rwcal-1.0 + COMPONENT ${INSTALL_COMPONENT} )