Browse Source

Merge topic 'license-rst' into release-4.0

cbc54536b7 ci: Forward our dedicated license file to CPack packaging steps

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10426
release
Brad King 5 months ago
committed by Kitware Robot
parent
commit
48b437418b
  1. 3
      .gitlab/ci/package_windows_build.cmake

3
.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"

Loading…
Cancel
Save