diff --git a/cmake/VILLASnodePackaging.cmake b/cmake/VILLASnodePackaging.cmake index 788899bc5..bf682cab9 100644 --- a/cmake/VILLASnodePackaging.cmake +++ b/cmake/VILLASnodePackaging.cmake @@ -20,6 +20,10 @@ # along with this program. If not, see . ################################################################################### +include(CPackComponent) +get_cmake_property(CPACK_COMPONENTS_ALL COMPONENTS) +list(REMOVE_ITEM CPACK_COMPONENTS_ALL "Unspecified") + set(CPACK_BUILD_SOURCE_DIRS ${PROJECT_SOURCE_DIR}/src;${PROJECT_SOURCE_DIR}/lib;${PROJECT_SOURCE_DIR}/include) set(CPACK_PACKAGE_NAME "villas-node") diff --git a/common b/common index 096d6de38..9bed48ae1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 096d6de380a719982454d1b13721e99df0705291 +Subproject commit 9bed48ae1313a6b3d567bdc662f869d2c44fc522