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"