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
This commit is contained in:
Brad King
2025-03-05 14:07:58 +00:00
committed by Kitware Robot
+2 -1
View File
@@ -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"