Fix component names in package.cmake
The experimental component was mistakenly labeled as external.
This commit is contained in:
parent
3676dcebb1
commit
914ebb046a
@ -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" "external" "all" "client")
|
||||
set(PACK_TARGETS "core" "devel" "experimental" "all" "client")
|
||||
if(DEFINED TARGET_COMPONENT AND NOT TARGET_COMPONENT STREQUAL "")
|
||||
set(LIST_INDEX -1)
|
||||
list(FIND PACK_TARGETS ${TARGET_COMPONENT} LIST_INDEX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user