ci: Forward our dedicated license file to CPack packaging steps
This was missed in commit a9190bd38d
(CMake: Prepare dedicated license
file for our own CPack configuration, 2025-03-02).
This commit is contained in:
parent
6017ac8f38
commit
cbc54536b7
@ -4,8 +4,9 @@ include(build/ci_package_info.cmake)
|
||||
set(build "${CMAKE_CURRENT_BINARY_DIR}/build")
|
||||
|
||||
file(GLOB paths RELATIVE "${CMAKE_CURRENT_BINARY_DIR}"
|
||||
# Allow CPack to find CMAKE_ROOT.
|
||||
# Allow CPack to find CMAKE_ROOT and license text.
|
||||
"${build}/CMakeFiles/CMakeSourceDir.txt"
|
||||
"${build}/CMakeFiles/LICENSE.txt"
|
||||
|
||||
# We need the main binaries.
|
||||
"${build}/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user