Move the CDC Connector into its own package

The connector is now in its own package to make its installation easier.
This commit is contained in:
Markus Mäkelä
2018-02-11 15:21:44 +02:00
parent b94f3b8792
commit f252f25624
5 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
execute_process(COMMAND uname -m COMMAND tr -d '\n' OUTPUT_VARIABLE CPACK_PACKAGE_ARCHITECTURE)
# Check target
set(PACK_TARGETS "core" "devel" "experimental" "all" "client")
set(PACK_TARGETS "core" "devel" "experimental" "cdc-connector" "all")
if(DEFINED TARGET_COMPONENT AND NOT TARGET_COMPONENT STREQUAL "")
set(LIST_INDEX -1)
list(FIND PACK_TARGETS ${TARGET_COMPONENT} LIST_INDEX)