mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Fix packaging because of component definition from submodule (CPack)
This commit is contained in:
parent
b4342923f6
commit
0315266ef1
1 changed files with 3 additions and 1 deletions
|
|
@ -171,7 +171,9 @@ if(${ENABLE_APP_PACKAGING})
|
|||
set(CPACK_PACKAGE_VERSION_PATCH ${LINPHONE_MICRO_VERSION})
|
||||
endif ()
|
||||
set(CPACK_PACKAGE_EXECUTABLES "${EXECUTABLE_NAME};${APPLICATION_NAME}")
|
||||
|
||||
set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
|
||||
set(CPACK_MONOLITHIC_INSTALL TRUE)# Need it since libturbo-jpeg introduce components (lib/include etc.)
|
||||
|
||||
if(ENABLE_APP_LICENSE)
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
|
||||
else()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue