1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake: skip installation of files in "Unspecified" component

This commit is contained in:
Steffen Vogel 2019-01-14 14:20:12 +01:00
parent 70faba9fd9
commit 149585ddc6
2 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
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")

2
common

@ -1 +1 @@
Subproject commit 096d6de380a719982454d1b13721e99df0705291
Subproject commit 9bed48ae1313a6b3d567bdc662f869d2c44fc522