mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
build: add cpack prefix to match install one
This ensures that if we use CPack, it will use the same prefix specified in the configure/build steps as well
This commit is contained in:
parent
667367f191
commit
95b08a1cad
@ -614,6 +614,7 @@ else()
|
||||
endif()
|
||||
|
||||
# Base package settings
|
||||
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
set(CPACK_VERBATIM_VARIABLES YES)
|
||||
set(CPACK_SOURCE_IGNORE_FILES .git/ .github/ .vscode/ _CPack_Packages/)
|
||||
set(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user