File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,15 +542,15 @@ set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
542
542
set (CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH} )
543
543
set (CPACK_STRIP_FILES ON )
544
544
545
- # Combine LICENSE.txt and LICENSE- ThirdParty.txt
545
+ # Combine LICENSE.txt and ThirdParty-LICENSES .txt
546
546
file (WRITE "${CMAKE_BINARY_DIR} /LICENSE.txt" "####################################################################################\n " )
547
547
file (APPEND "${CMAKE_BINARY_DIR} /LICENSE.txt" "## CADET ##\n " )
548
548
file (APPEND "${CMAKE_BINARY_DIR} /LICENSE.txt" "####################################################################################\n " )
549
549
550
550
file (READ "${CMAKE_SOURCE_DIR} /LICENSE.txt" LICENSE_TEXT)
551
551
file (APPEND "${CMAKE_BINARY_DIR} /LICENSE.txt" "\n ${LICENSE_TEXT} " )
552
552
553
- file (READ "${CMAKE_SOURCE_DIR} /LICENSE- ThirdParty.txt" LICENSE_THIRDPARTY)
553
+ file (READ "${CMAKE_SOURCE_DIR} /ThirdParty-LICENSES .txt" LICENSE_THIRDPARTY)
554
554
file (APPEND "${CMAKE_BINARY_DIR} /LICENSE.txt" "\n\n ${LICENSE_THIRDPARTY} " )
555
555
556
556
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_BINARY_DIR} /LICENSE.txt" )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments