mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(linphone_package): fix package generation
This commit is contained in:
parent
32870cc94e
commit
9eba0d2ae9
2 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ if (WIN32)
|
|||
list(APPEND SHARE_CONTENT_EXCLUDE PATTERN "${ITEM}" EXCLUDE)
|
||||
endforeach ()
|
||||
|
||||
install(DIRECTORY "${LINPHONE_OUTPUT_DIR}"
|
||||
install(DIRECTORY "${LINPHONE_OUTPUT_DIR}/"
|
||||
DESTINATION "."
|
||||
PATTERN "bin/*_tester.exe" EXCLUDE
|
||||
PATTERN "bin/belcard*.exe" EXCLUDE
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
if (NOT "${CMAKE_INSTALL_PREFIX}" MATCHES .*/_CPack_Packages/.*)
|
||||
execute_process(
|
||||
COMMAND ${CMAKE_CPACK_COMMAND} -G ${CPACK_GENERATOR}
|
||||
COMMAND ${CMAKE_CPACK_COMMAND} -G @CPACK_GENERATOR@
|
||||
RESULT_VARIABLE CPACK_COMMAND_SUCCESS
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue