diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 14:44:05 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 14:44:05 +0200 |
| commit | 7a483861b2050a1ad7faacd626a0391e2e8c0a38 (patch) | |
| tree | 46200cb74d975460ecf3d4ceecdd9bf3c31eda52 | |
| parent | f05c009fb30817afd905310689cb479fa36d6ff9 (diff) | |
| download | turns-7a483861b2050a1ad7faacd626a0391e2e8c0a38.tar.xz turns-7a483861b2050a1ad7faacd626a0391e2e8c0a38.zip | |
install: fix license installation
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a907d5c..72a2e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,8 +49,7 @@ add_subdirectory("lib" SYSTEM) # License -install(FILES - "LICENSE.txt" +install(DIRECTORY + "LICENSES/" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/licenses/turns" - RENAME "LICENSE" ) |
