diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2025-12-11 01:11:14 +0100 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2025-12-11 04:23:00 +0100 |
| commit | da22171c804a297b03aa052b8471912fa5572f74 (patch) | |
| tree | 8a06d05a8031522b61672cdbb383709909039fc3 /CMakeLists.txt | |
| parent | 5e0c0544e233723776fb12c22ccaf6b850dd9d4d (diff) | |
Build: Remove license.txt
Follow up to #10039 and #9862
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fa3769f8f..7f18b60966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -862,7 +862,8 @@ if(NOT CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows") install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN) endif() if(NOT CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD|Darwin") - install(FILES Data/license.txt DESTINATION ${datadir}) + install(FILES COPYING DESTINATION ${datadir}) + install(DIRECTORY LICENSES DESTINATION ${datadir}/LICENSES PATTERN) endif() if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|OpenBSD") # Install the application icon and menu item |
