* CMakeLists.txt: Update location of `LICENSE.TXT`.

Fixes #1035.
This commit is contained in:
Werner Lemberg 2021-02-22 15:33:23 +01:00
parent 111f2f27b5
commit df7fcafe6e
2 changed files with 7 additions and 1 deletions

View File

@ -561,7 +561,7 @@ endif ()
set(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME})
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/docs/LICENSE.TXT")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.TXT")
set(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})

View File

@ -1,3 +1,9 @@
2021-02-22 Werner Lemberg <wl@gnu.org>
* CMakeLists.txt: Update location of `LICENSE.TXT`.
Fixes #1035.
2021-02-19 Werner Lemberg <wl@gnu.org>
* builds/unix/ax_pthread.m4: Update from 'autoconf-archive'.