From cbc54536b7fbb6f1dd4529b98de4e138ddc76abe Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 5 Mar 2025 08:58:04 -0500 Subject: [PATCH] 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). --- .gitlab/ci/package_windows_build.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/package_windows_build.cmake b/.gitlab/ci/package_windows_build.cmake index b881e2101e..a2b7ed44f5 100644 --- a/.gitlab/ci/package_windows_build.cmake +++ b/.gitlab/ci/package_windows_build.cmake @@ -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"